From d9c53dde9e0c71c3835449e214d1693787a1dc79 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Sep 2021 18:46:23 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236075d2..a1cd7c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a584ee2b..7bfd2d54 100644 --- a/package.json +++ b/package.json @@ -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": [