Skip to content

Commit fc6c9c4

Browse files
build(release): 🚀 v10.1.1 🦉
## Version 10.1.1 ### 🛠 Fixes & Updates * **deps:** moving `syntax-highlighter` and `variable` off peerDeps ([#1147](#1147)) ([c9ac515](c9ac515)) <!--SKIP CI-->
1 parent 306fbea commit fc6c9c4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
===
33

4+
## Version 10.1.1
5+
### 🛠 Fixes & Updates
6+
7+
* **deps:** moving `syntax-highlighter` and `variable` off peerDeps ([#1147](https://github.com/readmeio/markdown/issues/1147)) ([c9ac515](https://github.com/readmeio/markdown/commit/c9ac5155454ab9d5d283c20b8eace8d8f187f602))
8+
49
## Version 10.1.0
510
### ✨ New & Improved
611

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@readme/markdown",
33
"description": "ReadMe's React-based Markdown parser",
44
"author": "Rafe Goldberg <[email protected]>",
5-
"version": "10.1.0",
5+
"version": "10.1.1",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
 (0)