aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-07 12:53:27 +0300
committerValentin Popov <valentin@popov.link>2026-02-07 12:53:27 +0300
commit77ac8ada9e99172991e7bfe3c5a8bbaa1b246793 (patch)
treecbdcc822e802e7e967d3c3ace553b910070c0b77
parent0238ad5a520dc22d8b22c040cae5e2fcef2ce577 (diff)
downloadstrapi-plugin-checkbox-list-77ac8ada9e99172991e7bfe3c5a8bbaa1b246793.tar.xz
strapi-plugin-checkbox-list-77ac8ada9e99172991e7bfe3c5a8bbaa1b246793.zip
Update changelog for v1.0.1HEADv1.0.1master
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f51240..5b9023c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
-- Updated dependency `yup` to v1
+- Bumped package version to `1.0.1`
+- Updated dependency `yup` from `^0.32.11` to `^1.0.0`
+- Updated `@types/node` in playground from `^20` to `^24.0.0`
+- Updated Node.js version in CI workflows (`test` and `publish`) from `22` to `24`
+- Updated devcontainer image from `javascript-node:22` to `javascript-node:24`
+- Removed `push` trigger from Renovate workflow, leaving only scheduled runs
## [1.0.0] (2026-02-06)