Skip to content

Commit

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

### 🛠 Fixes & Updates

* tabbed code block regex ([#70](#70)) ([118ecd4](118ecd4))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Nov 12, 2020
1 parent 06ff38e commit 4a74db4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
===

## Version 6.22.1

### 🛠 Fixes & Updates

* tabbed code block regex ([#70](https://github.com/readmeio/markdown/issues/70)) ([118ecd4](https://github.com/readmeio/markdown/commit/118ecd48d00bd478aa0dbb8fbf9889e2a977d01b))

## Version 6.22.0

### ✨ New & Improved
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.0",
"version": "6.22.1",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit 4a74db4

Please sign in to comment.