Skip to content

Commit

Permalink
build(release): 🚀 v7.6.3 🦉
Browse files Browse the repository at this point in the history
## Version 7.6.3

### 🛠 Fixes & Updates

* dont render markdown in toc ([#980](#980)) ([c929bd0](c929bd0))
* tables with inline code with newlines ([#979](#979)) ([1de4f28](1de4f28))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent 4a2b322 commit 4246322
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
===

## Version 7.6.3

### 🛠 Fixes & Updates

* dont render markdown in toc ([#980](https://github.com/readmeio/markdown/issues/980)) ([c929bd0](https://github.com/readmeio/markdown/commit/c929bd07ec804357ea9c307231f63d0a69f2ee68))
* tables with inline code with newlines ([#979](https://github.com/readmeio/markdown/issues/979)) ([1de4f28](https://github.com/readmeio/markdown/commit/1de4f281594d41f76003429c52fef034df5de2d2))

## Version 7.6.2

### 🛠 Fixes & Updates
Expand Down
4 changes: 2 additions & 2 deletions 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": "7.6.2",
"version": "7.6.3",
"main": "dist/main.node.js",
"types": "dist/index.d.ts",
"browser": "dist/main.js",
Expand Down

0 comments on commit 4246322

Please sign in to comment.