Skip to content

Commit

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

### chore

* **ci:** add eslint to ci ([0cbbf6e](0cbbf6e))

### BREAKING CHANGES

* **ci:** drop support for eslint@5

this technically isn't a breaking change, as eslint@5 likely never
worked. But now CI is testing supported versions of eslint.
  • Loading branch information
semantic-release-bot committed Sep 28, 2021
1 parent d99c8cc commit bfb1d4d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v3.0.1...v4.0.0) (2021-09-28)


### chore

* **ci:** add eslint to ci ([0cbbf6e](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/commit/0cbbf6effa764dca011ba6ccb1b33e8dabd128fb))


### BREAKING CHANGES

* **ci:** drop support for eslint@5

this technically isn't a breaking change, as eslint@5 likely never
worked. But now CI is testing supported versions of eslint.

## [3.0.1](https://github.com/NullVoxPopuli/eslint-plugin-decorator-position/compare/v3.0.0...v3.0.1) (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": "3.0.1",
"version": "4.0.0",
"description": "ESLint plugin for enforcing decorator position",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit bfb1d4d

Please sign in to comment.