Skip to content

Commit 1bfa120

Browse files
committed
chore(release): v6.5.0
1 parent c901389 commit 1bfa120

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.5.0
6+
7+
[compare changes](https://undefined/undefined/compare/v6.4.1...v6.5.0)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- Providing types for all exports (#617)
13+
14+
### 🩹 Fixes
15+
16+
- Don't add tailwind viewer in devtools if disabled (1734058)
17+
- Set preset plugins to null in resolved config (#618)
18+
19+
### 📖 Documentation
20+
21+
- Add nuxt badge (294759a)
22+
- Simplify badge logo (9ee9c66)
23+
- Link updated (#625)
24+
- Update config hook (ccbd473)
25+
26+
### 🏡 Chore
27+
28+
- Update lock (c0ce982)
29+
- Switch to pnpm and changelogen (8677739)
30+
- Update commands (c901389)
31+
32+
### ❤️ Contributors
33+
34+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
35+
- Tim Morris ([@tkofh](http://github.com/tkofh))
36+
- Inesh Bose
37+
- Zack Hatlen ([@zackha](http://github.com/zackha))
38+
539
### [6.4.1](https://github.com/nuxt-community/tailwindcss-module/compare/v6.4.0...v6.4.1) (2023-02-17)
640

741

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.4.1",
3+
"version": "6.5.0",
44
"description": "TailwindCSS module for Nuxt",
55
"repository": "nuxt-community/tailwindcss-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)