Skip to content

Commit

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

### 🛠 Fixes & Updates

* add css attribute selector for firefox ([#845](#845)) ([f289c1b](f289c1b))
* dont require newline ([#854](#854)) ([3b48c90](3b48c90))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent 50f43f1 commit cb652c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
===

## Version 6.77.2

### 🛠 Fixes & Updates

* add css attribute selector for firefox ([#845](https://github.com/readmeio/markdown/issues/845)) ([f289c1b](https://github.com/readmeio/markdown/commit/f289c1b3f90d75cb637e13361627b23144232cb2))
* dont require newline ([#854](https://github.com/readmeio/markdown/issues/854)) ([3b48c90](https://github.com/readmeio/markdown/commit/3b48c909b1a06fcf3224e99f8a2d63e4a0114725))

## Version 6.77.1

### 🛠 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.77.1",
"version": "6.77.2",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit cb652c6

Please sign in to comment.