Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch committed May 14, 2021
1 parent 09cc64e commit d3c34e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.2](https://github.com/tobybatch/kimai2/compare/v2.0.1...v2.0.2) (2021-05-14)

### 2.0.1 (2021-04-30)


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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"scripts": {
"prepare": "husky install",
"test": "make test"
"test": "make test",
"release-patch": "standard-version --release-as patch",
"release-minor": "standard-version --release-as minor",
"release-major": "standard-version --release-as major"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
Expand All @@ -15,5 +18,5 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"version": "2.0.1"
"version": "2.0.2"
}

0 comments on commit d3c34e1

Please sign in to comment.