Skip to content

Commit

Permalink
chore(release): release v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jul 5, 2024
1 parent 23a6e5c commit 9cf8bd7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v2.13.1

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

### 🔥 Performance

- **dev-cache:** Improve localhost markdown page navigation performance (when having 2,000+ pages) ([#2675](https://github.com/nuxt/content/pull/2675))

### 🩹 Fixes

- **module:** Do not force prerender index page ([#2681](https://github.com/nuxt/content/pull/2681))
- Hot reload on dev server for documentDriven: false ([#2686](https://github.com/nuxt/content/pull/2686))

### 📖 Documentation

- Typo in configuration ([#2677](https://github.com/nuxt/content/pull/2677))
- Add missing await keyword in search documentation ([#2687](https://github.com/nuxt/content/pull/2687))

### 🏡 Chore

- Upgrade deps ([3fb379a6](https://github.com/nuxt/content/commit/3fb379a6))
- Remove `@nuxt/ui` resolution ([29fd1489](https://github.com/nuxt/content/commit/29fd1489))

### ❤️ Contributors

- Roman Lossa <[email protected]>
- Bogdan Gradinariu ([@gion](http://github.com/gion))
- Farnabaz <[email protected]>
- Gareth <[email protected]>

## v2.13.0

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

0 comments on commit 9cf8bd7

Please sign in to comment.