Skip to content

Commit

Permalink
chore(release): release v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jan 22, 2024
1 parent d56f282 commit a93293f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,41 @@
# Changelog


## v2.11.0

[compare changes](https://github.com/nuxt/content/compare/v2.10.0...v2.11.0)

### 🩹 Fixes

- **types:** Fields in `experimental.search` can be optional ([#2506](https://github.com/nuxt/content/pull/2506))
- **ContentSlot:** Detect multiline usage ([#2508](https://github.com/nuxt/content/pull/2508))

### 📖 Documentation

- Fix component name ([#2482](https://github.com/nuxt/content/pull/2482))
- Search result variable name ([#2485](https://github.com/nuxt/content/pull/2485))
- Updates ([d41902ad](https://github.com/nuxt/content/commit/d41902ad))
- Mention that `searchContent` is an experimental feature ([#2505](https://github.com/nuxt/content/pull/2505))
- Add carbon ads ([77163e4b](https://github.com/nuxt/content/commit/77163e4b))

### 📦 Build

- Do not emit `.mjs` in runtime directory ([#2514](https://github.com/nuxt/content/pull/2514))

### 🏡 Chore

- Move to `shikiji` for types ([#2495](https://github.com/nuxt/content/pull/2495))
- Remove unused argument ([#2496](https://github.com/nuxt/content/pull/2496))
- **dx:** Remove caching for dev HMR ([78e1eebe](https://github.com/nuxt/content/commit/78e1eebe))

### ❤️ Contributors

- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Daniel Roe <daniel@roe.dev>
- Farnabaz ([@farnabaz](http://github.com/farnabaz))
- Anthony Fu <anthonyfu117@hotmail.com>
- Adam DeHaven

## v2.10.0

[compare changes](https://github.com/nuxt/content/compare/v2.9.0...v2.10.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content",
"version": "2.10.0",
"version": "2.11.0",
"description": "Write your content inside your Nuxt app",
"homepage": "https://content.nuxt.com",
"keywords": [
Expand Down

0 comments on commit a93293f

Please sign in to comment.