From 2e208c4d05942d6c6d90226966fa3d3300f7225e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 19 Jul 2019 15:51:40 +0800 Subject: [PATCH] v0.2.4 --- 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 89e6d92..77c3858 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.4](https://github.com/antfu/eslint-config/compare/v0.2.3...v0.2.4) (2019-07-19) + + +### Bug Fixes + +* vue deps ([03b3d7a](https://github.com/antfu/eslint-config/commit/03b3d7a)) + + + + + ## [0.2.3](https://github.com/antfu/eslint-config/compare/v0.2.2...v0.2.3) (2019-07-19) diff --git a/lerna.json b/lerna.json index 0447686..4340a0a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.2.3" + "version": "0.2.4" } diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index e5eed85..c8979a8 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.4](https://github.com/antfu/eslint-config/compare/v0.2.3...v0.2.4) (2019-07-19) + + +### Bug Fixes + +* vue deps ([03b3d7a](https://github.com/antfu/eslint-config/commit/03b3d7a)) + + + + + ## [0.2.3](https://github.com/antfu/eslint-config/compare/v0.2.2...v0.2.3) (2019-07-19) diff --git a/packages/vue/package.json b/packages/vue/package.json index 3b4de21..9834838 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.2.3", + "version": "0.2.4", "description": "", "main": "index.js", "keywords": [],