Skip to content

Commit

Permalink
release(*): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapegnik committed Oct 21, 2021
1 parent 1383e0a commit 54ca348
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
git: {
changelog: 'auto-changelog --stdout --commit-limit false -u > /dev/null',
commitMessage: 'release(*): ${version}',
requireCleanWorkingDir: false,
},
hooks: {
'before:init': ['npm run lint', 'make dist'],
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.2](https://github.com/realtby/codestyle/compare/0.1.1...0.1.2)

- fix: add readme to dist [`1383e0a`](https://github.com/realtby/codestyle/commit/1383e0a886ce74dba816a62dce3a73304ca2c452)

#### [0.1.1](https://github.com/realtby/codestyle/compare/0.0.0...0.1.1)

> 21 October 2021
- chore: fix version [`e45a8e6`](https://github.com/realtby/codestyle/commit/e45a8e67c64da59f5fb5b74215282000f11da9b4)
- release(*): 0.1.1 [`0f7a4ed`](https://github.com/realtby/codestyle/commit/0f7a4edaa2b27a1d4a09d17c7f38144f09d39763)

#### 0.0.0

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@realtby/codestyle",
"version": "0.1.1",
"version": "0.1.2",
"description": "realt.by frontend codestyle tools shared configs",
"main": ".release-it.js",
"engines": {
Expand Down

0 comments on commit 54ca348

Please sign in to comment.