From e790bd144f42e8aa7e6e9528ae3795ec9706300b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jan 2024 15:45:43 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [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> --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847d454..4218a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 586cb69..e25ea48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/remark-gridtables", - "version": "2.0.2", + "version": "3.0.0", "description": "Remark Gridtables", "keywords": [ "remark",