Skip to content

Commit

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

* add exports ([#1044](#1044)) ([bf9ed34](bf9ed34))
* global vars ([#1039](#1039)) ([ecb7f61](ecb7f61))

### 🛠 Fixes & Updates

* add exports util with tests ([#1045](#1045)) ([e5180a4](e5180a4))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Jan 22, 2025
1 parent ade318c commit b358dfc
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 7.12.0
### ✨ New & Improved

* add exports ([#1044](https://github.com/readmeio/markdown/issues/1044)) ([bf9ed34](https://github.com/readmeio/markdown/commit/bf9ed343bef93639e62d34cd970dae9f67a055fc))
* global vars ([#1039](https://github.com/readmeio/markdown/issues/1039)) ([ecb7f61](https://github.com/readmeio/markdown/commit/ecb7f61dd4c04eeec9b9380329f721036cc2a436))

### 🛠 Fixes & Updates

* add exports util with tests ([#1045](https://github.com/readmeio/markdown/issues/1045)) ([e5180a4](https://github.com/readmeio/markdown/commit/e5180a4cd77ad4b8f92303447b23680c084dcd89))

## Version 7.11.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 <[email protected]>",
"version": "7.11.0",
"version": "7.12.0",
"main": "dist/main.node.js",
"types": "dist/index.d.ts",
"browser": "dist/main.js",
Expand Down

0 comments on commit b358dfc

Please sign in to comment.