Skip to content

Commit

Permalink
chore(release): 4.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.1](v4.0.0...v4.0.1) (2021-09-29)

### Bug Fixes

* **#421:** fix issue [#421](#421) - crash when getting name of MemberExpression ([777d047](777d047))
  • Loading branch information
semantic-release-bot committed Sep 29, 2021
1 parent 89bae35 commit d9c53dd
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 @@
## [4.0.1](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v4.0.0...v4.0.1) (2021-09-29)


### Bug Fixes

* **#421:** fix issue [#421](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/issues/421) - crash when getting name of MemberExpression ([777d047](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/commit/777d047e26f8a5ced9cad254267955985d3e2526))

# [4.0.0](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v3.0.1...v4.0.0) (2021-09-28)


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

0 comments on commit d9c53dd

Please sign in to comment.