diff --git a/CHANGELOG.md b/CHANGELOG.md index 5feffbf2..a82080a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## v0.9.5 + +[compare changes](https://github.com/nuxt-modules/mdc/compare/v0.9.4...v0.9.5) + +### 🏡 Chore + +- Upgrade `remark-mdc` ([484a12d](https://github.com/nuxt-modules/mdc/commit/484a12d)) +- Upgrade deps ([45fb570](https://github.com/nuxt-modules/mdc/commit/45fb570)) +- **playground:** Update syntax for github highlighting ([#290](https://github.com/nuxt-modules/mdc/pull/290)) + +### ❤️ Contributors + +- Adam DeHaven ([@adamdehaven](http://github.com/adamdehaven)) +- Farnabaz + ## v0.9.4 [compare changes](https://github.com/nuxt-modules/mdc/compare/v0.9.3...v0.9.4) diff --git a/package.json b/package.json index 32dac01e..f1328e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/mdc", - "version": "0.9.4", + "version": "0.9.5", "description": "Nuxt MDC module", "repository": "nuxt-modules/mdc", "license": "MIT",