Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Ywh committed Jul 3, 2024
1 parent 66870cc commit 8f2180f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# [1.4.0](https://github.com/Noah-Ywh/eslint-config/compare/v1.3.0...v1.4.0) (2024-07-03)
## [1.4.1](https://github.com/Noah-Ywh/eslint-config/compare/v1.4.0...v1.4.1) (2024-07-03)

### 🐛Bug Fixes

- 导出 node 模块,同时不再生成类型声明文件 ([3f36af0](https://github.com/Noah-Ywh/eslint-config/commit/3f36af05e286d8d30181ad88f24235e68397db4f))

### 🛠️Chore

- 更新配置 ([66870cc](https://github.com/Noah-Ywh/eslint-config/commit/66870cc58de9dd38379e6789d851d4bca3c31ae7))

# [1.4.0](https://github.com/Noah-Ywh/eslint-config/compare/v1.3.0...v1.4.0) (2024-7-3)

### 🔨Code Refactoring

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.4.0",
"version": "1.4.1",
"description": "ESlint config for NestJS",
"main": "./dist/index.js",
"files": [
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.4.0",
"version": "1.4.1",
"description": "ESlint config for Vue 3 + TypeScript",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit 8f2180f

Please sign in to comment.