diff --git a/platform/create-bundle/CHANGELOG.json b/platform/create-bundle/CHANGELOG.json index 13e302652..0b4171176 100644 --- a/platform/create-bundle/CHANGELOG.json +++ b/platform/create-bundle/CHANGELOG.json @@ -1,6 +1,23 @@ { - "name": "@cats-cradle/bundlers", + "name": "@cats-cradle/create-bundle", "entries": [ + { + "version": "1.0.0", + "tag": "@cats-cradle/create-bundle_v1.0.0", + "date": "Sat, 28 Oct 2023 03:02:33 GMT", + "comments": { + "major": [ + { + "comment": "rename package from bundlers to create-bundle" + } + ], + "patch": [ + { + "comment": "rename package from bundlers to create-bundle" + } + ] + } + }, { "version": "0.1.0", "tag": "@cats-cradle/bundlers_v0.1.0", diff --git a/platform/create-bundle/CHANGELOG.md b/platform/create-bundle/CHANGELOG.md index 9fa3b2709..83d6913da 100644 --- a/platform/create-bundle/CHANGELOG.md +++ b/platform/create-bundle/CHANGELOG.md @@ -1,6 +1,17 @@ -# Change Log - @cats-cradle/bundlers +# Change Log - @cats-cradle/create-bundle -This log was last generated on Sat, 28 Oct 2023 02:49:38 GMT and should not be manually modified. +This log was last generated on Sat, 28 Oct 2023 03:02:33 GMT and should not be manually modified. + +## 1.0.0 +Sat, 28 Oct 2023 03:02:33 GMT + +### Breaking changes + +- rename package from bundlers to create-bundle + +### Patches + +- rename package from bundlers to create-bundle ## 0.1.0 Sat, 28 Oct 2023 02:49:38 GMT diff --git a/platform/create-bundle/package.json b/platform/create-bundle/package.json index 97e0f9edb..cb93fcdd5 100644 --- a/platform/create-bundle/package.json +++ b/platform/create-bundle/package.json @@ -5,7 +5,7 @@ "create-bundle": "./dist/create-bundle-bin.js" }, "main": "./dist/index.js", - "version": "0.1.0", + "version": "1.0.0", "repository": { "type": "git", "url": "git+https://github.com/hxtree/cats-cradle.git"