diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bdf3bcf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## v0.1.0 - 2026-06-18 + +### Changed +- Init commit ([5f5d920](https://github.com/offload-project/workspaces-test/commit/5f5d920d6e7619cecc7e9306ff93a76c2832a69d)) + +### Other +- Test branch 618258 [#1](https://github.com/offload-project/workspaces-test/pull/1) diff --git a/package.json b/package.json index 6a566ae..34a1bf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workspaces-test", - "version": "0.0.0", + "version": "0.1.0", "private": true, "description": "Throwaway monorepo for exercising release-champion's npm-workspaces publishing.", "workspaces": [ diff --git a/packages/hello/package.json b/packages/hello/package.json index a5ee40c..6b9fccd 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,6 +1,6 @@ { "name": "@offload-project/hello", - "version": "0.0.0", + "version": "0.1.0", "description": "Practice package A.", "main": "index.js", "license": "MIT" diff --git a/packages/world/package.json b/packages/world/package.json index 096758d..27de1b8 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@offload-project/world", - "version": "0.0.0", + "version": "0.1.0", "description": "Practice package B.", "main": "index.js", "license": "MIT"