From 83b871c38b000c7be415e9773f283786295e29dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 22:29:49 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/jontze/action-mdbook/compare/v2.2.2...v3.0.0) (2023-11-02) * feat!: Update action to node v20 ([90691f4](https://github.com/jontze/action-mdbook/commit/90691f49e38acb1a11f33ef6cdc845a37780caac)) ### BREAKING CHANGES * The action will still work as before, but the move from Node v16 to v20 is considered as breaking. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 878229f..74d4dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [3.0.0](https://github.com/jontze/action-mdbook/compare/v2.2.2...v3.0.0) (2023-11-02) + + +* feat!: Update action to node v20 ([90691f4](https://github.com/jontze/action-mdbook/commit/90691f49e38acb1a11f33ef6cdc845a37780caac)) + + +### BREAKING CHANGES + +* The action will still work as before, but the move from Node v16 to v20 +is considered as breaking. + ## [2.2.2](https://github.com/jontze/action-mdbook/compare/v2.2.1...v2.2.2) (2023-09-11)