Skip to content

Commit

Permalink
build(release): 🚀 v8.3.0 🦉
Browse files Browse the repository at this point in the history
## Version 8.3.0
### ✨ New & Improved

* eslint ([#1053](#1053)) ([e93a1f6](e93a1f6))

### 🛠 Fixes & Updates

* pass through props ([#1057](#1057)) ([613ae3c](613ae3c))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Feb 18, 2025
1 parent f71949c commit 5dcaafa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
===

## Version 8.3.0
### ✨ New & Improved

* eslint ([#1053](https://github.com/readmeio/markdown/issues/1053)) ([e93a1f6](https://github.com/readmeio/markdown/commit/e93a1f6a27cfdbd0d290711bebe55a0adf1207c1))

### 🛠 Fixes & Updates

* pass through props ([#1057](https://github.com/readmeio/markdown/issues/1057)) ([613ae3c](https://github.com/readmeio/markdown/commit/613ae3c832c5c227c70f6a50c64b95978d29cc60))

## Version 8.2.0
### ✨ New & Improved

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 <rafe@readme.io>",
"version": "8.2.0",
"version": "8.3.0",
"main": "dist/main.node.js",
"types": "dist/index.d.ts",
"browser": "dist/main.js",
Expand Down

0 comments on commit 5dcaafa

Please sign in to comment.