Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah committed Feb 7, 2023
1 parent 55cc898 commit 7141de4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion packages/eslint-config-nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-nest/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 7 additions & 1 deletion packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 7141de4

Please sign in to comment.