Skip to content

Commit 0cc7113

Browse files
committed
chore(release): 0.9.4
1 parent 359f996 commit 0cc7113

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.9.4](https://github.com/DTStack/dt-react-codemirror-editor/compare/v0.9.3...v0.9.4) (2021-08-24)
6+
7+
8+
### Bug Fixes
9+
10+
* import the markdownRender style manually ([359f996](https://github.com/DTStack/dt-react-codemirror-editor/commit/359f9968c39948105d901aec2319b0b339b209f7))
11+
512
### [0.9.3](https://github.com/DTStack/dt-react-codemirror-editor/compare/v0.9.2...v0.9.3) (2021-08-24)
613

714

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dt-react-codemirror-editor",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "The CodeMirror editor for React.",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"./": "lib/"
1717
},
1818
"files": [
19-
"lib"
19+
"lib/**"
2020
],
2121
"scripts": {
2222
"storybook": "npm run compile && start-storybook -p 9001 -c .storybook",

0 commit comments

Comments
 (0)