Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.2...v4.0.0) (2024-01-29)

### Bug Fixes

* handle wide code blocks ([#93](#93)) ([6a4cbbf](6a4cbbf)), closes [#92](#92)

### BREAKING CHANGES

* wide code blocks inside cells are line wrapped by inserting a "no-break-here" (U+0083) character.
  • Loading branch information
semantic-release-bot committed Jan 29, 2024
1 parent 6a4cbbf commit 44d90e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/adobe/mdast-util-gridtables/compare/v3.0.2...v4.0.0) (2024-01-29)


### Bug Fixes

* handle wide code blocks ([#93](https://github.com/adobe/mdast-util-gridtables/issues/93)) ([6a4cbbf](https://github.com/adobe/mdast-util-gridtables/commit/6a4cbbf25fefde451a3d49fc4667b4203876bd4c)), closes [#92](https://github.com/adobe/mdast-util-gridtables/issues/92)


### BREAKING CHANGES

* wide code blocks inside cells are line wrapped by inserting a "no-break-here" (U+0083) character.

## [3.0.2](https://github.com/adobe/mdast-util-gridtables/compare/v3.0.1...v3.0.2) (2023-10-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/mdast-util-gridtables",
"version": "3.0.2",
"version": "4.0.0",
"description": "MDAST Util Gridtables",
"keywords": [
"mdast",
Expand Down

0 comments on commit 44d90e4

Please sign in to comment.