Skip to content

Commit

Permalink
🚀 v6.23.0 🦉
Browse files Browse the repository at this point in the history
## Version 6.23.0

### ✨ New & Improved

* treat react and react-dom as external deps ([#90](#90)) ([7be16d7](7be16d7))

### 🛠 Fixes & Updates

* **magic-block-parser:** handle excess table data ([#78](#78)) ([33bab04](33bab04))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Dec 1, 2020
1 parent 7be16d7 commit 9e4029d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
===

## Version 6.23.0

### ✨ New & Improved

* treat react and react-dom as external deps ([#90](https://github.com/readmeio/markdown/issues/90)) ([7be16d7](https://github.com/readmeio/markdown/commit/7be16d7a4de3ede54a3c46ef7cc5797a1a47888e))


### 🛠 Fixes & Updates

* **magic-block-parser:** handle excess table data ([#78](https://github.com/readmeio/markdown/issues/78)) ([33bab04](https://github.com/readmeio/markdown/commit/33bab043c579c2ee2531aad0c69c94e6edd02cb7))

## Version 6.22.3

### 🛠 Fixes & Updates
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"author": "Rafe Goldberg <[email protected]>",
"version": "6.22.3",
"version": "6.23.0",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit 9e4029d

Please sign in to comment.