Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed May 22, 2022
2 parents 9a86071 + c2f166d commit 1137458
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
-->

## 0.22.1

npm: https://www.npmjs.com/package/mfm-js/v/0.22.1

### Improvements
- Removes a unnecessary built file

## 0.22.0

npm: https://www.npmjs.com/package/mfm-js/v/0.22.0
Expand All @@ -23,6 +30,9 @@ npm: https://www.npmjs.com/package/mfm-js/v/0.22.0
- Changes specs the center tag and strike (#108, 100fb0b)
- Improves link label parsing (#107)

### Bugfixes
- If there is a `[]` pair before the link, it will be mistakenly recognized as a part of link label. (#104)

## 0.21.0

npm: https://www.npmjs.com/package/mfm-js/v/0.21.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mfm-js",
"version": "0.22.0",
"version": "0.22.1",
"description": "An MFM parser implementation with PEG.js",
"main": "./built/index.js",
"types": "./built/index.d.ts",
Expand Down

0 comments on commit 1137458

Please sign in to comment.