Skip to content

Commit

Permalink
build(release): πŸš€ v7.6.7 πŸ¦‰
Browse files Browse the repository at this point in the history
## Version 7.6.7

### ✨ New & Improved

* **Image:** match new alignment selectors ([#992](#992)) ([73bca2b](73bca2b))

### πŸ›  Fixes & Updates

* better tag handling ([#991](#991)) ([e6aa82d](e6aa82d))
* respect the top-level `copyButtons` option ([#990](#990)) ([1242413](1242413)), closes [#964](#964) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js#L1-L22](https://github.com/readmeio//github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js/issues/L1-L22)

### πŸ“˜ Tests & Docs

* readme updates ([#993](#993)) ([3a4e30d](3a4e30d))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Oct 14, 2024
1 parent db01126 commit 9b9671e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
===

## Version 7.6.7

### ✨ New & Improved

* **Image:** match new alignment selectors ([#992](https://github.com/readmeio/markdown/issues/992)) ([73bca2b](https://github.com/readmeio/markdown/commit/73bca2b5c834c68de5138707c0151632790416ab))


### πŸ›  Fixes & Updates

* better tag handling ([#991](https://github.com/readmeio/markdown/issues/991)) ([e6aa82d](https://github.com/readmeio/markdown/commit/e6aa82d256d0662571da0103633b94920d15e5fc))
* respect the top-level `copyButtons` option ([#990](https://github.com/readmeio/markdown/issues/990)) ([1242413](https://github.com/readmeio/markdown/commit/12424139bd02ee13b213e49f165961239798a519)), closes [#964](https://github.com/readmeio/markdown/issues/964) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts#L28](https://github.com/readmeio//github.com/readmeio/markdown/blob/96f9644f04e6d8e3ffff6f9c014432f901c0b804/lib/compile.ts/issues/L28) [/github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js#L1-L22](https://github.com/readmeio//github.com/readmeio/markdown/blob/b9502adb306f099cd91e005df17c0be252019814/options.js/issues/L1-L22)


### πŸ“˜ Tests & Docs

* readme updates ([#993](https://github.com/readmeio/markdown/issues/993)) ([3a4e30d](https://github.com/readmeio/markdown/commit/3a4e30d3349ff130e8b212293e6ffb44b3586278))

## Version 7.6.6

### πŸ›  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": "7.6.6",
"version": "7.6.7",
"main": "dist/main.node.js",
"types": "dist/index.d.ts",
"browser": "dist/main.js",
Expand Down

0 comments on commit 9b9671e

Please sign in to comment.