Skip to content

Commit

Permalink
chore(release): cut 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.2.0](v7.1.0...v7.2.0) (2020-10-14)

### Bug Fixes

* **eslint-import:** switch to recommended import settings ([cb892d2](cb892d2))
* declare import as a plugin ([f771a87](f771a87))
* disabled missingExports by default ([7bce47d](7bce47d))
* execute the tools in the current dir ([7e05f84](7e05f84))
* remove ignoreExports from no-unused-modules ([97f4f46](97f4f46)), closes [#248](#248)
* resolve eslint plugins internally first ([75cbad0](75cbad0))
* run the command from inside node_modules ([fd620c5](fd620c5))
* use the nearest bin folder to exec cmds ([761611f](761611f))

### Features

* **eslint:** add no-unused-modules rule ([2b5db3f](2b5db3f))
  • Loading branch information
dhis2-bot committed Oct 14, 2020
1 parent 6df9617 commit b14b893
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [7.2.0](https://github.com/dhis2/cli-style/compare/v7.1.0...v7.2.0) (2020-10-14)


### Bug Fixes

* **eslint-import:** switch to recommended import settings ([cb892d2](https://github.com/dhis2/cli-style/commit/cb892d21fe11014b67675fe89f58ae1179ffdb31))
* declare import as a plugin ([f771a87](https://github.com/dhis2/cli-style/commit/f771a878e23ea270580cab7daa43b1d2fff540d6))
* disabled missingExports by default ([7bce47d](https://github.com/dhis2/cli-style/commit/7bce47d43c0e4f2d32c740013a7e85601f3e0812))
* execute the tools in the current dir ([7e05f84](https://github.com/dhis2/cli-style/commit/7e05f84b7ffa9568e3fc404fb13d64e61ed2ce73))
* remove ignoreExports from no-unused-modules ([97f4f46](https://github.com/dhis2/cli-style/commit/97f4f46dfa490109672d4ce2bf5176f57a53fc4a)), closes [#248](https://github.com/dhis2/cli-style/issues/248)
* resolve eslint plugins internally first ([75cbad0](https://github.com/dhis2/cli-style/commit/75cbad037791761c6dddf835ca72eeec135a64df))
* run the command from inside node_modules ([fd620c5](https://github.com/dhis2/cli-style/commit/fd620c56ca8798ab0e84366d97cdbd0d0fdaba03))
* use the nearest bin folder to exec cmds ([761611f](https://github.com/dhis2/cli-style/commit/761611fa1e3a0a0aa35a3862474ac1354d8bf53f))


### Features

* **eslint:** add no-unused-modules rule ([2b5db3f](https://github.com/dhis2/cli-style/commit/2b5db3faf75fa75d18d2bc8c2297c52b8d02c644))

# [7.2.0-alpha.1](https://github.com/dhis2/cli-style/compare/v7.1.0...v7.2.0-alpha.1) (2020-10-13)


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.2.0-alpha.1",
"version": "7.2.0",
"description": "The code and commit style for DHIS2.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b14b893

Please sign in to comment.