Skip to content

Commit

Permalink
build: version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Apr 13, 2024
1 parent eb1a264 commit 573ce17
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "pnpm",
"version": "2.1.0",
"version": "2.1.1",
"command": {
"version": {
"allowBranch": "main",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 573ce17

Please sign in to comment.