From fe0178ba1e853c2149f1595e7762ac843490069c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:35:40 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..88db8f7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [2.0.0](https://github.com/philipp-winterle/crittr/compare/1.5.3...v2.0.0) (2024-06-17) + + +### ⚠ BREAKING CHANGES + +* changed crittr to ESM +* Minimum nodejs version is 18 + +### Bug Fixes + +* added master branch for github action ([5f682d5](https://github.com/philipp-winterle/crittr/commit/5f682d54bbfc67bfad9c1e5762620694e54f778e)) +* forgot adding release-please to scripts ([af9c307](https://github.com/philipp-winterle/crittr/commit/af9c307f46983b67808c3dc88287edb4eeb29e2c)) +* tests where also transformed and fixed ([b7ec137](https://github.com/philipp-winterle/crittr/commit/b7ec1373ec4067a64242e69a8b70cccb4152eda2)) +* updated github actions to fit node version ([3efd76c](https://github.com/philipp-winterle/crittr/commit/3efd76c00d394fc8b9f15030860dc427301bd7c1)) + + +### Miscellaneous Chores + +* changed crittr to ESM ([b7ec137](https://github.com/philipp-winterle/crittr/commit/b7ec1373ec4067a64242e69a8b70cccb4152eda2)) +* Minimum nodejs version is 18 ([b7ec137](https://github.com/philipp-winterle/crittr/commit/b7ec1373ec4067a64242e69a8b70cccb4152eda2))