Skip to content

Commit 62a20df

Browse files
committed
chore(release): v6.6.7
1 parent fcdbae1 commit 62a20df

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.6.7
6+
7+
[compare changes](https://undefined/undefined/compare/v6.6.6...v6.6.7)
8+
9+
10+
### 🏡 Chore
11+
12+
- Upgrade deps (cb92551)
13+
- Exclude test files and add app.config to Tailwind content (#662)
14+
- Update deps (fcdbae1)
15+
16+
### ✅ Tests
17+
18+
- Fix test (#665)
19+
20+
### ❤️ Contributors
21+
22+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
23+
- Anthony Fu <[email protected]>
24+
- Maarten Van Hunsel
25+
526
## v6.6.6
627

728
[compare changes](https://undefined/undefined/compare/v6.6.5...v6.6.6)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.6.6",
3+
"version": "6.6.7",
44
"description": "TailwindCSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",
@@ -61,4 +61,4 @@
6161
"nuxt": "^3.4.2",
6262
"vitest": "^0.30.1"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)