Skip to content

Commit 8055136

Browse files
committed
chore(release): v6.8.0
1 parent 9bf0e68 commit 8055136

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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+
## v6.8.0
6+
7+
[compare changes](https://undefined/undefined/compare/v6.7.2...v6.8.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Parallelise async calls and fixes (#690)
13+
14+
### 📖 Documentation
15+
16+
- No strict peer (582cb73)
17+
- Use SB for example (9b157eb)
18+
- Update color mode example (255da81)
19+
- Update examples (43b224d)
20+
21+
### 🏡 Chore
22+
23+
- Update deps (9bf0e68)
24+
25+
### ❤️ Contributors
26+
27+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
28+
- Inesh Bose
29+
530
## v6.7.2
631

732
[compare changes](https://undefined/undefined/compare/v6.7.1...v6.7.2)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.7.2",
3+
"version": "6.8.0",
44
"description": "TailwindCSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",
@@ -68,4 +68,4 @@
6868
"nuxt": "^3.5.3",
6969
"vitest": "^0.32.2"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)