diff --git a/packages/eslint-config-nest/CHANGELOG.md b/packages/eslint-config-nest/CHANGELOG.md index d48a97b..ea8f291 100644 --- a/packages/eslint-config-nest/CHANGELOG.md +++ b/packages/eslint-config-nest/CHANGELOG.md @@ -1,4 +1,10 @@ -# 1.0.0 (2023-02-05) +# [1.1.0](https://github.com/Noah-Ywh/eslint-config/compare/v1.0.0...v1.1.0) (2023-02-07) + +### ✨Features + +- add camelcase rule ([55cc898](https://github.com/Noah-Ywh/eslint-config/commit/55cc898cc055f2100fc0c4f8079b202cf4a0d618)) + +# [1.0.0](https://github.com/Noah-Ywh/eslint-config/compare/9b331d0b7099af597bff47c0c4ff6063893051d7...v1.0.0) (2023-02-05) ### ✨Features diff --git a/packages/eslint-config-nest/package.json b/packages/eslint-config-nest/package.json index 74f5bf4..f372891 100644 --- a/packages/eslint-config-nest/package.json +++ b/packages/eslint-config-nest/package.json @@ -1,6 +1,6 @@ { "name": "@noahyu/eslint-config-nest", - "version": "1.0.0", + "version": "1.1.0", "description": "ESlint config for NestJS", "main": "./dist/index.js", "files": [ diff --git a/packages/eslint-config-vue/CHANGELOG.md b/packages/eslint-config-vue/CHANGELOG.md index d48a97b..ea8f291 100644 --- a/packages/eslint-config-vue/CHANGELOG.md +++ b/packages/eslint-config-vue/CHANGELOG.md @@ -1,4 +1,10 @@ -# 1.0.0 (2023-02-05) +# [1.1.0](https://github.com/Noah-Ywh/eslint-config/compare/v1.0.0...v1.1.0) (2023-02-07) + +### ✨Features + +- add camelcase rule ([55cc898](https://github.com/Noah-Ywh/eslint-config/commit/55cc898cc055f2100fc0c4f8079b202cf4a0d618)) + +# [1.0.0](https://github.com/Noah-Ywh/eslint-config/compare/9b331d0b7099af597bff47c0c4ff6063893051d7...v1.0.0) (2023-02-05) ### ✨Features diff --git a/packages/eslint-config-vue/package.json b/packages/eslint-config-vue/package.json index 8bb3084..2025eef 100644 --- a/packages/eslint-config-vue/package.json +++ b/packages/eslint-config-vue/package.json @@ -1,6 +1,6 @@ { "name": "@noahyu/eslint-config-vue", - "version": "1.0.0", + "version": "1.1.0", "description": "ESlint config for Vue 3 + TypeScript", "main": "./dist/index.js", "files": [