diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..609781e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1,3 @@ -{} +{ + "packages/variations": "1.0.0" +} diff --git a/packages/variations/changelog.md b/packages/variations/changelog.md new file mode 100644 index 0000000..1ec9f80 --- /dev/null +++ b/packages/variations/changelog.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2025-11-07) + + +### ✨ Features + +* add lazy and eager generator functions ([dd4f715](https://github.com/wluwd/toolkit/commit/dd4f715349755c78a5aedeec5f8246685c5ea4b7)) diff --git a/packages/variations/package.json b/packages/variations/package.json index af68055..8dc8184 100644 --- a/packages/variations/package.json +++ b/packages/variations/package.json @@ -1,7 +1,7 @@ { "name": "@wluwd/variations", "description": "Generate all possible variations of object properties using cartesian products", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "repository": { "type": "git",