Skip to content

Commit 9b592ee

Browse files
build(release): 🚀 v6.41.0 🦉
## Version 6.41.0 ### 🛠 Fixes & Updates * auto-open review apps on Heroku ([#494](#494)) ([427c917](427c917)) * don't run Review App workflow on Markdown PRs opened by Dependabot ([#506](#506)) ([53865bd](53865bd)) * update deps ([#496](#496)) ([41b8935](41b8935)) ### ✨ New & Improved * add yaml compiler ([#509](#509)) ([ac238d1](ac238d1)) <!--SKIP CI-->
1 parent a1c775e commit 9b592ee

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
===
33

4+
## Version 6.41.0
5+
6+
### 🛠 Fixes & Updates
7+
8+
* auto-open review apps on Heroku ([#494](https://github.com/readmeio/markdown/issues/494)) ([427c917](https://github.com/readmeio/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
9+
* don't run Review App workflow on Markdown PRs opened by Dependabot ([#506](https://github.com/readmeio/markdown/issues/506)) ([53865bd](https://github.com/readmeio/markdown/commit/53865bd86e8c3885428c402807911fef3c3c2e02))
10+
* update deps ([#496](https://github.com/readmeio/markdown/issues/496)) ([41b8935](https://github.com/readmeio/markdown/commit/41b8935e2b68956053b0228d44c09cea9beb9be3))
11+
12+
13+
### ✨ New & Improved
14+
15+
* add yaml compiler ([#509](https://github.com/readmeio/markdown/issues/509)) ([ac238d1](https://github.com/readmeio/markdown/commit/ac238d1d58164071eafeb893992662e4e00c6aec))
16+
417
## Version 6.40.0
518

619
### 📘 Tests & Docs

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "6.40.0",
5+
"version": "6.41.0",
66
"main": "dist/main.node.js",
77
"browser": "dist/main.js",
88
"files": [

0 commit comments

Comments
 (0)