diff --git a/CHANGELOG.md b/CHANGELOG.md index 70838af..89e6d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/antfu/eslint-config/compare/v0.2.2...v0.2.3) (2019-07-19) + + +### Bug Fixes + +* update vue config ([cbf7bca](https://github.com/antfu/eslint-config/commit/cbf7bca)) + + + + + ## [0.2.2](https://github.com/antfu/eslint-config/compare/v0.2.1...v0.2.2) (2019-07-19) diff --git a/lerna.json b/lerna.json index 3a51bad..0447686 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.2.2" + "version": "0.2.3" } diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 91c6730..e5eed85 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3](https://github.com/antfu/eslint-config/compare/v0.2.2...v0.2.3) (2019-07-19) + + +### Bug Fixes + +* update vue config ([cbf7bca](https://github.com/antfu/eslint-config/commit/cbf7bca)) + + + + + ## [0.2.1](https://github.com/antfu/eslint-config/compare/v0.2.0...v0.2.1) (2019-07-17) diff --git a/packages/vue/package.json b/packages/vue/package.json index 232e556..5d5d070 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.2.1", + "version": "0.2.3", "description": "", "main": "index.js", "keywords": [],