Skip to content

Commit

Permalink
build(release): 🚀 v6.38.5 🦉
Browse files Browse the repository at this point in the history
## Version 6.38.5

### 📘 Tests & Docs

* graphql/JSX lang support, contributing ([#448](#448)) ([e3c8b43](e3c8b43))

### 🛠 Fixes & Updates

* **SEO:** add href to TOC ([#447](#447)) ([06a463e](06a463e))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](#442)) ([dd78e22](dd78e22))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](#440)) ([d134aab](d134aab))
* page crashing on invalid url in embed block ([#449](#449)) ([f5715e8](f5715e8))
* **deps:** revert actions/checkout@v3 ([#450](#450)) ([88460cd](88460cd))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Mar 17, 2022
1 parent d623385 commit 6efed8a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
===

## Version 6.38.5

### 📘 Tests & Docs

* graphql/JSX lang support, contributing ([#448](https://github.com/readmeio/markdown/issues/448)) ([e3c8b43](https://github.com/readmeio/markdown/commit/e3c8b435cdb7f97aa5ffb566c7e0e3a3fdb25534))


### 🛠 Fixes & Updates

* **SEO:** add href to TOC ([#447](https://github.com/readmeio/markdown/issues/447)) ([06a463e](https://github.com/readmeio/markdown/commit/06a463e540c94b4a250be9238ea0ee2de245e74a))
* **deps:** bump actions/checkout from 2.3.4 to 3 ([#442](https://github.com/readmeio/markdown/issues/442)) ([dd78e22](https://github.com/readmeio/markdown/commit/dd78e2289e141e8b116c3bcbc163eb2676cab0db))
* **deps:** bump actions/setup-node from 2.4.0 to 3 ([#440](https://github.com/readmeio/markdown/issues/440)) ([d134aab](https://github.com/readmeio/markdown/commit/d134aab5447f34cb695bb513f47e1b34f1164442))
* page crashing on invalid url in embed block ([#449](https://github.com/readmeio/markdown/issues/449)) ([f5715e8](https://github.com/readmeio/markdown/commit/f5715e86a0615201a7beb2b3dfd06e4be79f9945))
* **deps:** revert actions/checkout@v3 ([#450](https://github.com/readmeio/markdown/issues/450)) ([88460cd](https://github.com/readmeio/markdown/commit/88460cdc223d5aa90d77a2f5d8b993ce8e178592))

## Version 6.38.4

### 🛠 Fixes & Updates
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 <[email protected]>",
"version": "6.38.4",
"version": "6.38.5",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit 6efed8a

Please sign in to comment.