Skip to content

Commit

Permalink
chore(release): v6.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 28, 2024
1 parent 734ef1c commit 3f39f66
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## v6.11.2

[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.1...v6.11.2)

### 🩹 Fixes

- **viewer:** Handle redirect and callback await, thank you danielroe :) ([734ef1c](https://github.com/nuxt-modules/tailwindcss/commit/734ef1c))

### 📖 Documentation

- Fix paths for build ([5971b0a](https://github.com/nuxt-modules/tailwindcss/commit/5971b0a))

### ❤️ Contributors

- Inesh Bose <[email protected]>

## v6.11.1

[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.11.0...v6.11.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/tailwindcss",
"version": "6.11.1",
"version": "6.11.2",
"description": "TailwindCSS module for Nuxt",
"repository": "nuxt-modules/tailwindcss",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const setupViewer = async (twConfig: Partial<TWConfig>, config: ViewerCon
return sendRedirect(new H3Event(req, res), routeWithSlash, 301)
}

next();
next()
},
// @ts-expect-error untyped handler parameters
{ route, handler: (req, res) => viewerDevMiddleware(new H3Event(req, res)) }
Expand Down

0 comments on commit 3f39f66

Please sign in to comment.