diff --git a/CHANGELOG.md b/CHANGELOG.md index eaacf3af9..98fa4e8b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog === +## Version 7.10.4 +### 🛠 Fixes & Updates + +* allow spaces in variables ([#1035](https://github.com/readmeio/markdown/issues/1035)) ([5733446](https://github.com/readmeio/markdown/commit/5733446338e33e0a7ff959b395fe0efe61b1a696)) +* remove old parser ([#1034](https://github.com/readmeio/markdown/issues/1034)) ([47aca89](https://github.com/readmeio/markdown/commit/47aca8914d3c7570a1ef628cbef8e2e0710ccebe)) + ## Version 7.10.3 ### 🛠 Fixes & Updates diff --git a/package-lock.json b/package-lock.json index db4cd09ee..60d5dbc25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/markdown", - "version": "7.10.3", + "version": "7.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@readme/markdown", - "version": "7.10.3", + "version": "7.10.4", "license": "MIT", "dependencies": { "@mdx-js/mdx": "^3.0.0", diff --git a/package.json b/package.json index de4edaa68..c7b253207 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@readme/markdown", "description": "ReadMe's React-based Markdown parser", "author": "Rafe Goldberg ", - "version": "7.10.3", + "version": "7.10.4", "main": "dist/main.node.js", "types": "dist/index.d.ts", "browser": "dist/main.js",