Skip to content

Commit

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

### Bug Fixes

* **deps:** update external major ([#80](#80)) ([1c478b7](1c478b7))

### BREAKING CHANGES

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
semantic-release-bot and renovate[bot] committed Jan 29, 2024
1 parent 1c478b7 commit e790bd1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/adobe/remark-gridtables/compare/v2.0.2...v3.0.0) (2024-01-29)


### Bug Fixes

* **deps:** update external major ([#80](https://github.com/adobe/remark-gridtables/issues/80)) ([1c478b7](https://github.com/adobe/remark-gridtables/commit/1c478b7353731068ec2c4c4a5658c9ce7b0ce9eb))


### BREAKING CHANGES

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

## [2.0.2](https://github.com/adobe/remark-gridtables/compare/v2.0.1...v2.0.2) (2023-10-14)


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/remark-gridtables",
"version": "2.0.2",
"version": "3.0.0",
"description": "Remark Gridtables",
"keywords": [
"remark",
Expand Down

0 comments on commit e790bd1

Please sign in to comment.