diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dd218..1386fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.1](https://github.com/wopian/eslint-config-wopian/compare/v3.0.0...v3.0.1) (2021-11-02) + + +### Build System / Dependencies + +* **eslint-config-wopian-vue:** update dependency eslint-plugin-vue to ^8.0.0 ([#183](https://github.com/wopian/eslint-config-wopian/issues/183)) ([a31af46](https://github.com/wopian/eslint-config-wopian/commit/a31af46)) +* update devdependency eslint to ~8.1.0 ([#182](https://github.com/wopian/eslint-config-wopian/issues/182)) ([6e7783e](https://github.com/wopian/eslint-config-wopian/commit/6e7783e)) + + + + + # [3.0.0](https://github.com/wopian/eslint-config-wopian/compare/v2.1.1...v3.0.0) (2021-10-19) diff --git a/lerna.json b/lerna.json index 19d173a..d1709d1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0", + "version": "3.0.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/eslint-config-wopian-vue/CHANGELOG.md b/packages/eslint-config-wopian-vue/CHANGELOG.md index c2e26c7..2d908e3 100644 --- a/packages/eslint-config-wopian-vue/CHANGELOG.md +++ b/packages/eslint-config-wopian-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. +## [3.0.1](https://github.com/wopian/eslint-config-wopian/compare/v3.0.0...v3.0.1) (2021-11-02) + + +### Build System / Dependencies + +* **eslint-config-wopian-vue:** update dependency eslint-plugin-vue to ^8.0.0 ([#183](https://github.com/wopian/eslint-config-wopian/issues/183)) ([a31af46](https://github.com/wopian/eslint-config-wopian/commit/a31af46)) + + + + + # [3.0.0](https://github.com/wopian/eslint-config-wopian/compare/v2.1.1...v3.0.0) (2021-10-19) diff --git a/packages/eslint-config-wopian-vue/package.json b/packages/eslint-config-wopian-vue/package.json index 6549601..26984b1 100644 --- a/packages/eslint-config-wopian-vue/package.json +++ b/packages/eslint-config-wopian-vue/package.json @@ -1,5 +1,5 @@ { - "version": "3.0.0", + "version": "3.0.1", "name": "eslint-config-wopian-vue", "description": "Standard ESLint Config for my Vue projects", "author": "James Harris ",