Skip to content

Commit

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

### 📘 Tests & Docs

* add link for emoji list ([#547](#547)) ([bab15ff](bab15ff))

### 🛠 Fixes & Updates

* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](#504)) ([a9ffb70](a9ffb70))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](#533)) ([3ca6ac8](3ca6ac8))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](#444)) ([67191cd](67191cd))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](#596)) ([d91f5da](d91f5da))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](#497)) ([3171fcb](3171fcb))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](#572)) ([5028530](5028530))
* dockerize browser tests ([#598](#598)) ([c6a43ee](c6a43ee))

### ✨ New & Improved

* **glossary:** dark mode ([#599](#599)) ([6d9e7eb](6d9e7eb))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Oct 20, 2022
1 parent af67c49 commit f225cca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
===

## Version 6.53.1

### 📘 Tests & Docs

* add link for emoji list ([#547](https://github.com/readmeio/markdown/issues/547)) ([bab15ff](https://github.com/readmeio/markdown/commit/bab15ff32b750b028e14fe18642b37b0ba2137ea))


### 🛠 Fixes & Updates

* **deps-dev:** bump @testing-library/react from 12.1.2 to 12.1.5 ([#504](https://github.com/readmeio/markdown/issues/504)) ([a9ffb70](https://github.com/readmeio/markdown/commit/a9ffb708ee4429710443bc9cd84ce0bcf0dfa954))
* **deps:** bump npm from 8.10.0 to 8.13.2 ([#533](https://github.com/readmeio/markdown/issues/533)) ([3ca6ac8](https://github.com/readmeio/markdown/commit/3ca6ac886a2e28540aa01522cb3d83765f00724c))
* **deps:** bump nth-check from 2.0.0 to 2.0.1 ([#444](https://github.com/readmeio/markdown/issues/444)) ([67191cd](https://github.com/readmeio/markdown/commit/67191cd1ddd9bc1589a4b56c232ba6db1e95befc))
* **deps:** bump scss-tokenizer from 0.3.0 to 0.4.3 ([#596](https://github.com/readmeio/markdown/issues/596)) ([d91f5da](https://github.com/readmeio/markdown/commit/d91f5da4315aa0943013946698ec5b3a97911d4d))
* **deps:** bump semver-regex from 3.1.2 to 3.1.4 ([#497](https://github.com/readmeio/markdown/issues/497)) ([3171fcb](https://github.com/readmeio/markdown/commit/3171fcbe51438d4ec12f2778025e11af5b670ee9))
* **deps:** bump undici from 5.8.0 to 5.9.1 ([#572](https://github.com/readmeio/markdown/issues/572)) ([5028530](https://github.com/readmeio/markdown/commit/502853001d0cf10ebfc471c1c5772b42588448ba))
* dockerize browser tests ([#598](https://github.com/readmeio/markdown/issues/598)) ([c6a43ee](https://github.com/readmeio/markdown/commit/c6a43eeccc508c8e2f9465a2c74a29d0a13113ec))


### ✨ New & Improved

* **glossary:** dark mode ([#599](https://github.com/readmeio/markdown/issues/599)) ([6d9e7eb](https://github.com/readmeio/markdown/commit/6d9e7eb92ee958bd9db1e88bfbb316adf6efd3bd))

## Version 6.53.0

### ✨ New & Improved
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.53.0",
"version": "6.53.1",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit f225cca

Please sign in to comment.