Skip to content

Commit

Permalink
chore(release): release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 21, 2023
1 parent 47a3659 commit 6b3fe6c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.2.7

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.2.6...v0.2.7)

### 🩹 Fixes

- **shiki:** Do not add new line to single line codes ([a09c9dc](https://github.com/nuxt-modules/mdc/commit/a09c9dc))
- **highlight:** Do not include shiki in bundle when highlight is disabled ([7cb2b9d](https://github.com/nuxt-modules/mdc/commit/7cb2b9d))
- Import nuxt composables from #imports ([#90](https://github.com/nuxt-modules/mdc/pull/90))
- Update scule to match latest one as nuxt ([47a3659](https://github.com/nuxt-modules/mdc/commit/47a3659))

### ✅ Tests

- Update inline highlighting ([2e7dcdb](https://github.com/nuxt-modules/mdc/commit/2e7dcdb))

### ❤️ Contributors

- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Daniel Roe <[email protected]>
- Farnabaz ([@farnabaz](http://github.com/farnabaz))

## v0.2.6

[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.2.5...v0.2.6)
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": "@nuxtjs/mdc",
"version": "0.2.6",
"version": "0.2.7",
"description": "Nuxt MDC module",
"repository": "nuxt-modules/mdc",
"license": "MIT",
Expand Down

0 comments on commit 6b3fe6c

Please sign in to comment.