Skip to content

Commit

Permalink
chore(release): release v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Oct 15, 2024
1 parent b0b5eb2 commit 5e0dc41
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
# Changelog


## v2.13.3

[compare changes](https://github.com/nuxt/content/compare/v2.13.2...v2.13.3)

### 🩹 Fixes

- **module:** Allow using `@nuxtjs/mdc` utils via content module ([#2775](https://github.com/nuxt/content/pull/2775))
- **search:** Add `charset=utf-8` to headers of indexed mode ([#2729](https://github.com/nuxt/content/pull/2729))
- **docs:** Add warning about using `ssr: false` with Content ([#2776](https://github.com/nuxt/content/pull/2776))
- Corrected .gradient class ([#2723](https://github.com/nuxt/content/pull/2723))
- **build:** Keep parser deps out of main bundle ([#2780](https://github.com/nuxt/content/pull/2780))
- **navigation:** Respect query locale ([#2772](https://github.com/nuxt/content/pull/2772))
- Import `defineNitroPlugin` from `#imports` ([34f65172](https://github.com/nuxt/content/commit/34f65172))
- Respect `draft` key as `_draft` ([#2738](https://github.com/nuxt/content/pull/2738))
- Draft field order ([b0b5eb2d](https://github.com/nuxt/content/commit/b0b5eb2d))

### 📖 Documentation

- Fix incorrect TS types import path in documentation ([#2773](https://github.com/nuxt/content/pull/2773))
- Missing imports and typo in code blocks ([#2741](https://github.com/nuxt/content/pull/2741))
- Changed types path ([#2735](https://github.com/nuxt/content/pull/2735))
- Fix typo in SSR warning on Installation page ([#2777](https://github.com/nuxt/content/pull/2777))
- Update link to downloads count badge ([c1d6ad14](https://github.com/nuxt/content/commit/c1d6ad14))

### 🏡 Chore

- Upgrade deps ([18aa97ea](https://github.com/nuxt/content/commit/18aa97ea))
- Upgrade `@nuxtjs/mdc` ([#2781](https://github.com/nuxt/content/pull/2781))
- Upgrade `@nuxtjs/mdc` ([664ac088](https://github.com/nuxt/content/commit/664ac088))

### ❤️ Contributors

- Farnabaz <[email protected]>
- Bean Deng 邓斌 ([@HADB](http://github.com/HADB))
- Sébastien Chopin ([@atinux](http://github.com/atinux))
- EJ Fox ([@ejfox](http://github.com/ejfox))
- Oh My Neck ([@hi-zp](http://github.com/hi-zp))
- Michael DeLally ([@mdelally](http://github.com/mdelally))
- RollingTL ([@RollingTL](http://github.com/RollingTL))
- Aditya Mathur ([@MathurAditya724](http://github.com/MathurAditya724))
- 邓超 <[email protected]>
- Vilius Paliokas ([@ViliusP](http://github.com/ViliusP))

## v2.13.2

[compare changes](https://github.com/nuxt/content/compare/v2.13.1...v2.13.2)
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": "@nuxt/content",
"version": "2.13.2",
"version": "2.13.3",
"description": "Write your content inside your Nuxt app",
"homepage": "https://content.nuxt.com",
"keywords": [
Expand Down

0 comments on commit 5e0dc41

Please sign in to comment.