Skip to content

Commit f21766c

Browse files
committed
chore(release): release v0.0.38
1 parent c515b7f commit f21766c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.38](https://github.com/marktext/muya/compare/v0.0.37...v0.0.38) (2025-11-17)
4+
5+
6+
### Bug Fixes
7+
8+
* hide inline format toolbar when necessary ([c515b7f](https://github.com/marktext/muya/commit/c515b7f6f30e2f520032c355f09f3a037f9b8294))
9+
310
## [0.0.37](https://github.com/marktext/muya/compare/v0.0.36...v0.0.37) (2025-11-13)
411

512

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.37",
4+
"version": "0.0.38",
55
"private": true,
66
"packageManager": "pnpm@10.22.0",
77
"description": "Future markdown editor",

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.0.37",
3+
"version": "0.0.38",
44
"description": "Core package for muya.",
55
"author": "jocs <ransixi@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)