Skip to content

Commit 8e51eba

Browse files
committed
chore(release): release v0.0.33
1 parent 979ba84 commit 8e51eba

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
# Changelog
2+
3+
## [0.0.33](https://github.com/marktext/muya/compare/v0.0.32...v0.0.33) (2025-10-28)
4+
5+
6+
### Bug Fixes
7+
8+
* undo error when input slash ([#172](https://github.com/marktext/muya/issues/172)) ([5f3cbbb](https://github.com/marktext/muya/commit/5f3cbbbcbab79be8d3d7ad9a02035f0e1ae25480))
9+
* update @muya/core to @muyajs/core in examples ([055d04d](https://github.com/marktext/muya/commit/055d04da4f34c9ff8784f00c207b3504d44d06d4))
10+
111
# CHANGELOG

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "muya",
33
"type": "module",
4-
"version": "0.0.32",
4+
"version": "0.0.33",
55
"packageManager": "pnpm@9.11.0",
66
"description": "Future markdown editor",
77
"author": "jocs <ransixi@gmail.com>",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@muyajs/core",
3-
"version": "0.1.0",
3+
"version": "0.0.33",
44
"description": "Core package for muya.",
55
"author": "jocs <ransixi@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)