Skip to content

Commit ca1b6e9

Browse files
committedFeb 6, 2024
chore(release): v5.2.0
1 parent 1215b32 commit ca1b6e9

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed
 

‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.2.0
6+
7+
[compare changes](https://github.com/nuxt-modules/stylelint/compare/v5.1.0...v5.2.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Support stylelint v16 with vite-plugin-stylelint v5 ([#109](https://github.com/nuxt-modules/stylelint/pull/109))
12+
13+
### 🏡 Chore
14+
15+
- Update renovate.json ([ea3b5a5](https://github.com/nuxt-modules/stylelint/commit/ea3b5a5))
16+
- Use `@vitest/coverage-v8` ([#92](https://github.com/nuxt-modules/stylelint/pull/92))
17+
- Use module-builder stub mode for more accurate types ([#106](https://github.com/nuxt-modules/stylelint/pull/106))
18+
19+
### ❤️ Contributors
20+
21+
- Lay <brownsugar.idv.tw@gmail.com>
22+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
23+
- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza))
24+
525
## v5.1.0
626

727
[compare changes](https://undefined/undefined/compare/v5.0.1...v5.1.0)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/stylelint-module",
3-
"version": "5.1.0",
3+
"version": "5.2.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.15.1"
60-
}
60+
}

0 commit comments

Comments
 (0)
Please sign in to comment.