Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 406cf25

Browse files
committed
build: publish v2.0.0-rc.100
1 parent bbfe8e9 commit 406cf25

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.100](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.99...v2.0.0-rc.100) (2025-05-01)
7+
8+
### Features
9+
10+
- **plugin-markdown-image:** allow 'strict' in size ([#451](https://github.com/vuepress/ecosystem/issues/451)) ([c1ea524](https://github.com/vuepress/ecosystem/commit/c1ea5249646790b71fdb3e71fd4c06a82138c56d))
11+
612
# [2.0.0-rc.99](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.98...v2.0.0-rc.99) (2025-05-01)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "pnpm",
3-
"version": "2.0.0-rc.99",
3+
"version": "2.0.0-rc.100",
44
"command": {
55
"version": {
66
"allowBranch": "main",

plugins/markdown/plugin-markdown-image/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-rc.100](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.99...v2.0.0-rc.100) (2025-05-01)
7+
8+
### Features
9+
10+
- **plugin-markdown-image:** allow 'strict' in size ([#451](https://github.com/vuepress/ecosystem/issues/451)) ([c1ea524](https://github.com/vuepress/ecosystem/commit/c1ea5249646790b71fdb3e71fd4c06a82138c56d))
11+
612
# [2.0.0-rc.99](https://github.com/vuepress/ecosystem/compare/v2.0.0-rc.98...v2.0.0-rc.99) (2025-05-01)
713

814
**Note:** Version bump only for package @vuepress/plugin-markdown-image

plugins/markdown/plugin-markdown-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-markdown-image",
3-
"version": "2.0.0-rc.99",
3+
"version": "2.0.0-rc.100",
44
"description": "VuePress plugin - markdown image",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)