Skip to content

Commit

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

### 🛠 Fixes & Updates

* **compat:** replace matchAll to support iOS safari <= 12 ([#168](#168)) ([24142c0](24142c0))

### ✨ New & Improved

* **tables:** hide empty table header rows ([#99](#99)) ([8b6d24b](8b6d24b))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Jun 15, 2021
1 parent 6feecea commit a64abdb
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.27.2

### 🛠 Fixes & Updates

* **compat:** replace matchAll to support iOS safari <= 12 ([#168](https://github.com/readmeio/markdown/issues/168)) ([24142c0](https://github.com/readmeio/markdown/commit/24142c0dfe7e41e3d89c99ba9f3d0e23e3e8c746))


### ✨ New & Improved

* **tables:** hide empty table header rows ([#99](https://github.com/readmeio/markdown/issues/99)) ([8b6d24b](https://github.com/readmeio/markdown/commit/8b6d24bf3b1cebfce19b161bb669e504bddf083d))

## Version 6.27.2-next.1

### ✨ 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.27.2-next.1",
"version": "6.27.2",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit a64abdb

Please sign in to comment.