From 23506b57c1d8ee3c348a17db7d99061f517cbe4b Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 19 Jul 2019 15:53:28 +0800 Subject: [PATCH] v0.2.5 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/vue/CHANGELOG.md | 11 +++++++++++ packages/vue/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c3858..9194241 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.5](https://github.com/antfu/eslint-config/compare/v0.2.4...v0.2.5) (2019-07-19) + + +### Bug Fixes + +* vue ([be4d232](https://github.com/antfu/eslint-config/commit/be4d232)) + + + + + ## [0.2.4](https://github.com/antfu/eslint-config/compare/v0.2.3...v0.2.4) (2019-07-19) diff --git a/lerna.json b/lerna.json index 4340a0a..5ea7006 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.2.4" + "version": "0.2.5" } diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index c8979a8..17470f9 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.5](https://github.com/antfu/eslint-config/compare/v0.2.4...v0.2.5) (2019-07-19) + + +### Bug Fixes + +* vue ([be4d232](https://github.com/antfu/eslint-config/commit/be4d232)) + + + + + ## [0.2.4](https://github.com/antfu/eslint-config/compare/v0.2.3...v0.2.4) (2019-07-19) diff --git a/packages/vue/package.json b/packages/vue/package.json index 9834838..86edcdd 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.2.4", + "version": "0.2.5", "description": "", "main": "index.js", "keywords": [],