Skip to content

Commit 944a168

Browse files
chore(release): v4.1.0
1 parent 7de08da commit 944a168

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v4.1.0
6+
7+
[compare changes](https://undefined/undefined/compare/v4.0.2...v4.1.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Restart nuxt when eslint config file is changed (#86)
13+
14+
### 📖 Documentation
15+
16+
- Update config to use nuxt 3 config (#90)
17+
18+
### 🏡 Chore
19+
20+
- Update deps (7de08da)
21+
22+
### ❤️ Contributors
23+
24+
- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))
25+
- Dami Sparks ([@damisparks](http://github.com/damisparks))
26+
527
## v4.0.2
628

729
[compare changes](https://undefined/undefined/compare/v4.0.1...v4.0.2)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/eslint-module",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "ESLint module for Nuxt",
55
"repository": "nuxt-community/eslint-module",
66
"license": "MIT",
@@ -54,4 +54,4 @@
5454
"access": "public"
5555
},
5656
"packageManager": "[email protected]"
57-
}
57+
}

0 commit comments

Comments
 (0)