Skip to content

Commit

Permalink
build(release): 🚀 v8.0.0 🦉
Browse files Browse the repository at this point in the history
## Version 8.0.0
### âš  BREAKING CHANGES

* CHANGE: commit ecb7f61 should
have been considerred a breaking change. When using user variables
(`{user.email}`), they no longer wrap the output in span tags.

### ✨ New & Improved

* incremen version to v8 ([6115553](6115553))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Jan 28, 2025
1 parent 6115553 commit fe93bba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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 8.0.0
### âš  BREAKING CHANGES

* CHANGE: commit ecb7f61dd4c04eeec9b9380329f721036cc2a436 should
have been considerred a breaking change. When using user variables
(`{user.email}`), they no longer wrap the output in span tags.

### ✨ New & Improved

* incremen version to v8 ([6115553](https://github.com/readmeio/markdown/commit/611555304f40177da8ff311eadd41c2f64381939))

## Version 7.14.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": "7.14.0",
"version": "8.0.0",
"main": "dist/main.node.js",
"types": "dist/index.d.ts",
"browser": "dist/main.js",
Expand Down

0 comments on commit fe93bba

Please sign in to comment.