Skip to content

Commit 6ed59b4

Browse files
chore(release): v5.2.1
1 parent a53e7d0 commit 6ed59b4

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
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.1
6+
7+
[compare changes](https://github.com/nuxt-modules/stylelint/compare/v5.2.0...v5.2.1)
8+
9+
### 🩹 Fixes
10+
11+
- Usage plugin by builder ([#127](https://github.com/nuxt-modules/stylelint/pull/127))
12+
13+
### 📖 Documentation
14+
15+
- Remove note for stylelint 16 ([d831875](https://github.com/nuxt-modules/stylelint/commit/d831875))
16+
- Add builder type ([#126](https://github.com/nuxt-modules/stylelint/pull/126))
17+
- Use new `nuxi module add` command in installation ([#129](https://github.com/nuxt-modules/stylelint/pull/129))
18+
19+
### 🏡 Chore
20+
21+
- **release:** V5.2.0 ([ca1b6e9](https://github.com/nuxt-modules/stylelint/commit/ca1b6e9))
22+
- Update module builder ([9317100](https://github.com/nuxt-modules/stylelint/commit/9317100))
23+
- Migrate to eslint v9 ([#133](https://github.com/nuxt-modules/stylelint/pull/133))
24+
- Update deps ([92dec7e](https://github.com/nuxt-modules/stylelint/commit/92dec7e))
25+
26+
### ✅ Tests
27+
28+
- Update ([7d40a0c](https://github.com/nuxt-modules/stylelint/commit/7d40a0c))
29+
- Coverage src files ([a53e7d0](https://github.com/nuxt-modules/stylelint/commit/a53e7d0))
30+
31+
### 🤖 CI
32+
33+
- Add codecov token ([#134](https://github.com/nuxt-modules/stylelint/pull/134))
34+
- Use node 20 ([86312c4](https://github.com/nuxt-modules/stylelint/commit/86312c4))
35+
36+
### ❤️ Contributors
37+
38+
- Ricardo Gobbo De Souza ([@ricardogobbosouza](https://github.com/ricardogobbosouza))
39+
- Daniel Roe ([@danielroe](https://github.com/danielroe))
40+
541
## v5.2.0
642

743
[compare changes](https://github.com/nuxt-modules/stylelint/compare/v5.1.0...v5.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/stylelint-module",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Stylelint module for Nuxt.js",
55
"repository": "nuxt-modules/stylelint",
66
"license": "MIT",

0 commit comments

Comments
 (0)