Skip to content

Commit

Permalink
build(release): 🚀 v6.41.0 🦉
Browse files Browse the repository at this point in the history
## 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-->
  • Loading branch information
semantic-release-bot committed May 23, 2022
1 parent a1c775e commit 9b592ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
===

## Version 6.41.0

### 🛠 Fixes & Updates

* auto-open review apps on Heroku ([#494](https://github.com/readmeio/markdown/issues/494)) ([427c917](https://github.com/readmeio/markdown/commit/427c917ec714409259aa94e9899e0437546efa02))
* 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))
* update deps ([#496](https://github.com/readmeio/markdown/issues/496)) ([41b8935](https://github.com/readmeio/markdown/commit/41b8935e2b68956053b0228d44c09cea9beb9be3))


### ✨ New & Improved

* add yaml compiler ([#509](https://github.com/readmeio/markdown/issues/509)) ([ac238d1](https://github.com/readmeio/markdown/commit/ac238d1d58164071eafeb893992662e4e00c6aec))

## Version 6.40.0

### 📘 Tests & Docs
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"author": "Rafe Goldberg <rafe@readme.io>",
"version": "6.40.0",
"version": "6.41.0",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit 9b592ee

Please sign in to comment.