diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c92030..7a1745e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.0.3 - 2021-04-21 + +### Fixed + +- fixed lint name in installation instructions + ## 0.0.2 - 2021-04-17 ### Added diff --git a/package.json b/package.json index d613607..7c3e7cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-better-dates", - "version": "0.0.2", + "version": "0.0.3", "description": "ESLint plugin to prevent Date-related bugs.", "keywords": [ "eslint",