Skip to content

Commit

Permalink
chore(release): cut release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Feb 8, 2019
1 parent eefa772 commit 46dba48
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.

<a name="2.0.0"></a>

# [2.0.0](https://github.com/dhis2/code-style/compare/1.7.1...2.0.0) (2019-02-08)

### Bug Fixes

- add apply/check command to js ([3da7d5c](https://github.com/dhis2/code-style/commit/3da7d5c))
- resolve cli-style path by using dirname ([3a61532](https://github.com/dhis2/code-style/commit/3a61532))
- update help text ([f820a66](https://github.com/dhis2/code-style/commit/f820a66))
- update pre-hook ([6988cf9](https://github.com/dhis2/code-style/commit/6988cf9))
- use reporter from helpers-engine ([ef79104](https://github.com/dhis2/code-style/commit/ef79104))
- use two-param version for pkg to identify assets ([284ce0b](https://github.com/dhis2/code-style/commit/284ce0b))

### Features

- add ability to pass in files to check and apply ([2e7fcdd](https://github.com/dhis2/code-style/commit/2e7fcdd))
- add option to not stage formatted files ([00d5bc7](https://github.com/dhis2/code-style/commit/00d5bc7))
- allow check/apply commands for commit msgs ([aca257f](https://github.com/dhis2/code-style/commit/aca257f))
- convert to [@dhis2](https://github.com/dhis2)/cli format ([d95179c](https://github.com/dhis2/code-style/commit/d95179c))

### BREAKING CHANGES

- removes the binaries for `code-style.js` and
`commit-style.js` and instead exposes a binary named `d2-style` which is
the subcommand which the `d2` cli will use.

<a name="1.7.1"></a>

## [1.7.1](https://github.com/dhis2/code-style/compare/1.7.0...1.7.1) (2018-12-12)
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": "1.7.1",
"version": "2.0.0",
"description": "The code and commit style for DHIS2.",
"bin": {
"d2-style": "bin/d2-style"
Expand Down

0 comments on commit 46dba48

Please sign in to comment.