We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee88255 commit 07ea364Copy full SHA for 07ea364
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## 0.0.3 - 2021-04-21
11
+
12
+### Fixed
13
14
+- fixed lint name in installation instructions
15
16
## 0.0.2 - 2021-04-17
17
18
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-better-dates",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "ESLint plugin to prevent Date-related bugs.",
5
"keywords": [
6
"eslint",
0 commit comments