From c6150e2d3c0aa6016e2ea115a7a2074165c98077 Mon Sep 17 00:00:00 2001 From: spuxx <39671641+spuxx1701@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:15:54 +0200 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f448d78 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 1.0.0 (2024-07-31) + + +### ⚠ BREAKING CHANGES + +* Moved several functionalities to new @spuxx/js-utils package + +### Features + +* **deps:** Removed `@modyfi/vite-plugin-yaml` from peerDependencies ([0c8aed7](https://github.com/spuxx1701/jslibs/commit/0c8aed76a82c6f3184f50192030f37fca7012b66)) +* Moved several functionalities to new @spuxx/js-utils package ([8837bf8](https://github.com/spuxx1701/jslibs/commit/8837bf88440866e4000be32805300c29559c265f)) + + +### Bug Fixes + +* Fixed broken import ([8bf7286](https://github.com/spuxx1701/jslibs/commit/8bf72860b4fd9bb73c97dece6bc12eef855f7137))