Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit c1458ec

Browse files
committed
Bump version and add changelog
1 parent dff718b commit c1458ec

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
### Removed
1313

1414

15+
## [2.0.1] - 2019-09-16
16+
### Fixed
17+
* #19 - Resolved a compatibility issue between prettier and eslint-plugin-vue. Thanks, @conrad2134 :tada:
18+
1519
## [2.0.0] - 2019-09-05
1620
### Added
1721
* Add eslint-plugin-vue-a11y

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-vue-tc",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "ESLint shareable config for Vue projects",
55
"keywords": [
66
"eslintconfig",

0 commit comments

Comments
 (0)