Skip to content

Commit

Permalink
chore(release): cut 8.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
* remove husky ([752b944](752b944))

* Husky has been removed from cli-style. You will need to
remove hooks that reference husky.sh in .git/hooks.
  • Loading branch information
dhis2-bot authored and varl committed Mar 26, 2021
1 parent 2248366 commit a8a168b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@

* **eslint:** add import order rule ([#334](https://github.com/dhis2/cli-style/issues/334)) ([c7b9991](https://github.com/dhis2/cli-style/commit/c7b99917e39b2ed16165d0a115f0e0c3ebe775e1))

# [8.0.0-alpha.1](https://github.com/dhis2/cli-style/compare/v7.2.3...v8.0.0-alpha.1) (2020-12-16)


### Code Refactoring

* remove husky ([752b944](https://github.com/dhis2/cli-style/commit/752b94409a3a9735d324d05aefdd296f0d6bfb44))


### BREAKING CHANGES

* Husky has been removed from cli-style. You will need to
remove hooks that reference husky.sh in .git/hooks.

## [7.2.3](https://github.com/dhis2/cli-style/compare/v7.2.2...v7.2.3) (2020-12-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-style",
"version": "7.3.0",
"version": "8.0.0-alpha.1",
"description": "The code and commit style for DHIS2.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a8a168b

Please sign in to comment.