Skip to content

Commit

Permalink
build(release): 🚀 v6.88.0 🦉
Browse files Browse the repository at this point in the history
## Version 6.88.0

### âš  BREAKING CHANGES

* CHANGE: This is a near complete rewrite of the library, and converts it to supporting MDX instead of markdown.

### ✨ New & Improved

* merge beta ([#947](#947)) ([b9502ad](b9502ad))

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

## Version 6.88.0

### âš  BREAKING CHANGES

* CHANGE: This is a near complete rewrite of the library, and converts it to supporting MDX instead of markdown.

### ✨ New & Improved

* merge beta ([#947](https://github.com/readmeio/markdown/issues/947)) ([b9502ad](https://github.com/readmeio/markdown/commit/b9502adb306f099cd91e005df17c0be252019814))

## Version 6.75.0-beta.77

### 🛠 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": "6.75.0-beta.77",
"version": "6.88.0",
"main": "dist/main.node.js",
"types": "dist/index.d.ts",
"browser": "dist/main.js",
Expand Down

0 comments on commit 8ecd2fa

Please sign in to comment.