Skip to content

Commit 193bf9c

Browse files
committed
chore(release): v3.2.1
1 parent b82915b commit 193bf9c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/nuxt/content/compare/v3.2.0...v3.2.1) (2025-02-21)
4+
5+
### Bug Fixes
6+
7+
* **bunsqlite:** polyfills not being loaded ([#3176](https://github.com/nuxt/content/issues/3176)) ([139744c](https://github.com/nuxt/content/commit/139744c9b54cd17018150b2a03cd555466672ce1))
8+
* **client-database:** prevent concurrent initialization ([#3174](https://github.com/nuxt/content/issues/3174)) ([49531dd](https://github.com/nuxt/content/commit/49531dd5600de00c8913602875244921bc9cfe27))
9+
* **ContentRenderer:** async loader types ([f1a9b8e](https://github.com/nuxt/content/commit/f1a9b8e1d67a4a753a184efcf536f365dbb70354))
10+
* **llms:** add missing import for `defineNitroPlugin` ([#3170](https://github.com/nuxt/content/issues/3170)) ([b091253](https://github.com/nuxt/content/commit/b0912539029da9946693ec0d2766436ab1fdd6e3))
11+
* **llms:** add missing import on `queryCollection` ([2fe61e6](https://github.com/nuxt/content/commit/2fe61e60fe221c66a7bbfdb194c5ebcc0020afc1))
12+
313
## [3.2.0](https://github.com/nuxt/content/compare/v3.1.1...v3.2.0) (2025-02-20)
414

515
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Write your content inside your Nuxt app",
55
"homepage": "https://content.nuxt.com",
66
"keywords": [

0 commit comments

Comments
 (0)