Skip to content

Commit 873beb0

Browse files
build(release): 🚀 v7.4.3 🦉
## Version 7.4.3 ### 🛠 Fixes & Updates * undefined check ([#962](#962)) ([cc4a53f](cc4a53f)) * update tabs & accordions ui ([#961](#961)) ([88636cd](88636cd)) <!--SKIP CI-->
1 parent 0ae2ef1 commit 873beb0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

4+
## Version 7.4.3
5+
6+
### 🛠 Fixes & Updates
7+
8+
* undefined check ([#962](https://github.com/readmeio/markdown/issues/962)) ([cc4a53f](https://github.com/readmeio/markdown/commit/cc4a53ff2153ddffdd84aa4bbd1a9dda3ac75157))
9+
* update tabs & accordions ui ([#961](https://github.com/readmeio/markdown/issues/961)) ([88636cd](https://github.com/readmeio/markdown/commit/88636cdd17d676408721cf7d1781f65b25aff248))
10+
411
## Version 7.4.2
512

613
### ✨ New & Improved

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": "7.4.2",
5+
"version": "7.4.3",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
 (0)