diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dfbf55..5b1c083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.1](https://github.com/mdit-vue/mdit-vue/compare/v2.1.0...v2.1.1) (2024-04-13) + +### Bug Fixes + +- **plugin-component:** inline html block tags to make cjs build work ([eb1a264](https://github.com/mdit-vue/mdit-vue/commit/eb1a2640cfe4675727aede7330d075476bb698d1)) + # [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08) ### Features diff --git a/lerna.json b/lerna.json index 3662081..1c64833 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "2.1.0", + "version": "2.1.1", "command": { "version": { "allowBranch": "main", diff --git a/packages/plugin-component/CHANGELOG.md b/packages/plugin-component/CHANGELOG.md index d75d84e..b574b90 100644 --- a/packages/plugin-component/CHANGELOG.md +++ b/packages/plugin-component/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.1](https://github.com/mdit-vue/mdit-vue/compare/v2.1.0...v2.1.1) (2024-04-13) + +### Bug Fixes + +- **plugin-component:** inline html block tags to make cjs build work ([eb1a264](https://github.com/mdit-vue/mdit-vue/commit/eb1a2640cfe4675727aede7330d075476bb698d1)) + # [2.1.0](https://github.com/mdit-vue/mdit-vue/compare/v2.0.0...v2.1.0) (2024-04-08) ### Features diff --git a/packages/plugin-component/package.json b/packages/plugin-component/package.json index 271a477..4ffb79c 100644 --- a/packages/plugin-component/package.json +++ b/packages/plugin-component/package.json @@ -1,6 +1,6 @@ { "name": "@mdit-vue/plugin-component", - "version": "2.1.0", + "version": "2.1.1", "description": "A markdown-it plugin to allow vue components in markdown", "keywords": [ "markdown-it",