Skip to content

Commit d01a59b

Browse files
chore(release): v5.1.0
1 parent 049f048 commit d01a59b

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+
## v5.1.0
6+
7+
[compare changes](https://undefined/undefined/compare/v5.0.1...v5.1.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Restart nuxt when stylelint config file is changed (#84)
13+
14+
### 📖 Documentation
15+
16+
- Note for nuxt2 (#80)
17+
18+
### 🏡 Chore
19+
20+
- Move to nuxt-modules (#82)
21+
- Update deps (049f048)
22+
23+
### ❤️ Contributors
24+
25+
- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))
26+
527
## v5.0.1
628

729
[compare changes](https://undefined/undefined/compare/v5.0.0...v5.0.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/stylelint-module",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "Stylelint module for Nuxt.js",
55
"repository": "nuxt-modules/stylelint",
66
"license": "MIT",
@@ -57,4 +57,4 @@
5757
"access": "public"
5858
},
5959
"packageManager": "pnpm@8.5.1"
60-
}
60+
}

0 commit comments

Comments
 (0)