Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Oct 28, 2023
1 parent f64a5c9 commit adfe84a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
19 changes: 18 additions & 1 deletion platform/create-bundle/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 13 additions & 2 deletions platform/create-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/create-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit adfe84a

Please sign in to comment.