Skip to content

Commit

Permalink
chore(release): 2.2.28 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.28](v2.2.27...v2.2.28) (2021-06-03)

### Bug Fixes

* **#337:** wrap require prettier in a try-catch so that we don't throw when dep tree has no prettier ([f7594ff](f7594ff)), closes [#337](#337)
  • Loading branch information
semantic-release-bot committed Jun 3, 2021
1 parent 41fee43 commit 8905657
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.28](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.27...v2.2.28) (2021-06-03)


### Bug Fixes

* **#337:** wrap require prettier in a try-catch so that we don't throw when dep tree has no prettier ([f7594ff](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/commit/f7594ff04a4da8e5f224162a71b749f738577561)), closes [#337](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/issues/337)

## [2.2.27](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v2.2.26...v2.2.27) (2021-05-27)


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": "eslint-plugin-decorator-position",
"version": "2.2.27",
"version": "2.2.28",
"description": "ESLint plugin for enforcing decorator position",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 8905657

Please sign in to comment.