Skip to content

Commit

Permalink
Build: update package.json and changelog for v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed May 27, 2020
1 parent e266543 commit d3bf60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.1 (2020-05-27)

* Support overrides having no rules :see_no_evil: ([#5](https://github.com/not-an-aardvark/eslint-plugin-self/issues/5)) ([e266543](https://github.com/not-an-aardvark/eslint-plugin-self/commit/e266543e50d062251755dd488abae31be7644bb1))

## v1.2.0 (2019-03-04)

* Support redefining plugins, overrides and rules with a "/" in them ([#2](https://github.com/not-an-aardvark/eslint-plugin-self/issues/2)) ([428664e](https://github.com/not-an-aardvark/eslint-plugin-self/commit/428664e1cf8f3726e0bb3b10bb3e137d271749c2))
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-self",
"version": "1.2.0",
"version": "1.2.1",
"description": "Allows ESLint plugins to be run on themselves",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d3bf60d

Please sign in to comment.