Skip to content

Commit 94dcd20

Browse files
build(release): 🚀 v13.1.1 🦉
## Version 13.1.1 ### 🛠 Fixes & Updates * active tab color ([#1326](#1326)) ([d53af3f](d53af3f)) * export `componentTagPattern` ([#1327](#1327)) ([436be4f](436be4f)) <!--SKIP CI-->
1 parent e511994 commit 94dcd20

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

4+
## Version 13.1.1
5+
### 🛠 Fixes & Updates
6+
7+
* active tab color ([#1326](https://github.com/readmeio/markdown/issues/1326)) ([d53af3f](https://github.com/readmeio/markdown/commit/d53af3f66196961397c4ae8efaca9316d74ad2b6))
8+
* export `componentTagPattern` ([#1327](https://github.com/readmeio/markdown/issues/1327)) ([436be4f](https://github.com/readmeio/markdown/commit/436be4f01a3bdfa47ee17b7f49caa5fed77d0abd))
9+
410
## Version 13.1.0
511
### ✨ New & Improved
612

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 <rafe@readme.io>",
5-
"version": "13.1.0",
5+
"version": "13.1.1",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
 (0)