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)