Skip to content

Commit

Permalink
chore(release): release v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 19, 2024
1 parent 69199d8 commit f1cc115
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
# Changelog


## v2.13.2

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

### 🚀 Enhancements

- **home:** Update studio section ([#2696](https://github.com/nuxt/content/pull/2696))
- **landing:** Design review ([#2703](https://github.com/nuxt/content/pull/2703))

### 🩹 Fixes

- Add string type to gt/lt/gte/lte type definitions ([#2704](https://github.com/nuxt/content/pull/2704))
- **search:** Non-md file might not have dscription file ([#2706](https://github.com/nuxt/content/pull/2706))
- **module:** Disable MDC plugin if user disabled it ([#2707](https://github.com/nuxt/content/pull/2707))
- Unwatch storage on nitro `close` ([ec7105ad](https://github.com/nuxt/content/commit/ec7105ad))

### 📖 Documentation

- Add missing `await` for searchContent docs ([#2692](https://github.com/nuxt/content/pull/2692))
- Prerender home ([4253f0bf](https://github.com/nuxt/content/commit/4253f0bf))
- Update `nuxt-og-image` and add `postinstall` script ([#2705](https://github.com/nuxt/content/pull/2705))
- Update ContentSlot Documentation ([#2713](https://github.com/nuxt/content/pull/2713))

### 🤖 CI

- Add stale action ([99f6060b](https://github.com/nuxt/content/commit/99f6060b))
- Update stale.yml ([225ff460](https://github.com/nuxt/content/commit/225ff460))
- Update stale.yml ([964857d4](https://github.com/nuxt/content/commit/964857d4))

### ❤️ Contributors

- Farnabaz <[email protected]>
- Jacob Strong ([@jacstrong](http://github.com/jacstrong))
- Damien Guard <[email protected]>
- Florent Delerue <[email protected]>
- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac))
- Brock Wilcox ([@awwaiid](http://github.com/awwaiid))

## v2.13.1

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

0 comments on commit f1cc115

Please sign in to comment.