Skip to content

Commit a1b58b1

Browse files
committed
release: v1.17.1
1 parent 4524545 commit a1b58b1

File tree

28 files changed

+80
-14
lines changed

28 files changed

+80
-14
lines changed

packages/bytemd/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* plugin gfm build ([4dc088b](https://github.com/bytedance/bytemd/commit/4dc088b80904d618c9a8cd22b327b87484ebfcd1)), closes [#206](https://github.com/bytedance/bytemd/issues/206)
7+
8+
9+
110
# [1.17.0](https://github.com/bytedance/bytemd/compare/v1.16.0...v1.17.0) (2022-07-06)
211

312

packages/bytemd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bytemd",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "Hackable Markdown Editor and Viewer",
55
"keywords": [
66
"markdown",

packages/plugin-breaks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
2+
3+
4+
15
# [1.17.0](https://github.com/bytedance/bytemd/compare/v1.16.0...v1.17.0) (2022-07-06)
26

37

packages/plugin-breaks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-breaks",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "ByteMD plugin to support breaks",
55
"repository": {
66
"type": "git",

packages/plugin-frontmatter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
2+
3+
4+
15
# [1.17.0](https://github.com/bytedance/bytemd/compare/v1.16.0...v1.17.0) (2022-07-06)
26

37

packages/plugin-frontmatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-frontmatter",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "ByteMD plugin to parse frontmatter",
55
"repository": {
66
"type": "git",

packages/plugin-gemoji/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
2+
3+
4+
15
# [1.17.0](https://github.com/bytedance/bytemd/compare/v1.16.0...v1.17.0) (2022-07-06)
26

37

packages/plugin-gemoji/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-gemoji",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "ByteMD plugin to support Gemoji shortcodes",
55
"repository": {
66
"type": "git",

packages/plugin-gfm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.17.1](https://github.com/bytedance/bytemd/compare/v1.17.0...v1.17.1) (2022-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* plugin gfm build ([4dc088b](https://github.com/bytedance/bytemd/commit/4dc088b80904d618c9a8cd22b327b87484ebfcd1)), closes [#206](https://github.com/bytedance/bytemd/issues/206)
7+
8+
9+
110
# [1.17.0](https://github.com/bytedance/bytemd/compare/v1.16.0...v1.17.0) (2022-07-06)
211

312

packages/plugin-gfm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytemd/plugin-gfm",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "ByteMD plugin to support GFM (autolink literals, strikethrough, tables, tasklists)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)