Skip to content

Commit

Permalink
Build: update package.json and changelog for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Mar 4, 2019
1 parent 428664e commit 7992f65
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.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))

## v1.1.0 (2018-07-06)

* Chore: add release script ([983a7d0](https://github.com/not-an-aardvark/eslint-plugin-self/commit/983a7d05c48bccc125f8d89fae1109a0c5a1d670))
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.1.0",
"version": "1.2.0",
"description": "Allows ESLint plugins to be run on themselves",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7992f65

Please sign in to comment.