diff --git a/CHANGELOG.json b/CHANGELOG.json index 35b687a..fbf00aa 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@zhishuyun/hub", "entries": [ + { + "date": "Mon, 01 Jan 2024 12:26:12 GMT", + "version": "0.2.0", + "tag": "@zhishuyun/hub_v0.2.0", + "comments": { + "patch": [ + { + "author": "cqc@germey.cn", + "package": "@zhishuyun/hub", + "commit": "0287b0bb904cfeee43bb8e0387738b346270de24", + "comment": "fix github pipelines" + } + ], + "minor": [ + { + "author": "cqc@germey.cn", + "package": "@zhishuyun/hub", + "commit": "7f938bc6bfbb076c404519358bff0d2b7e25f2ba", + "comment": "add publish pipelines" + } + ] + } + }, { "date": "Mon, 01 Jan 2024 11:44:05 GMT", "version": "0.1.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index f9700fb..bd35ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @zhishuyun/hub -This log was last generated on Mon, 01 Jan 2024 11:44:05 GMT and should not be manually modified. +This log was last generated on Mon, 01 Jan 2024 12:26:12 GMT and should not be manually modified. +## 0.2.0 + +Mon, 01 Jan 2024 12:26:12 GMT + +### Minor changes + +- add publish pipelines (cqc@germey.cn) + +### Patches + +- fix github pipelines (cqc@germey.cn) + ## 0.1.2 Mon, 01 Jan 2024 11:44:05 GMT diff --git a/change/@zhishuyun-hub-624eea93-3e9f-40a3-b882-0866ab3d94ab.json b/change/@zhishuyun-hub-624eea93-3e9f-40a3-b882-0866ab3d94ab.json deleted file mode 100644 index 42352ea..0000000 --- a/change/@zhishuyun-hub-624eea93-3e9f-40a3-b882-0866ab3d94ab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix github pipelines", - "packageName": "@zhishuyun/hub", - "email": "cqc@germey.cn", - "dependentChangeType": "patch" -} diff --git a/change/@zhishuyun-hub-72e9946c-f250-4abd-9639-6d16fe7502d9.json b/change/@zhishuyun-hub-72e9946c-f250-4abd-9639-6d16fe7502d9.json deleted file mode 100644 index fa99d99..0000000 --- a/change/@zhishuyun-hub-72e9946c-f250-4abd-9639-6d16fe7502d9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "add publish pipelines", - "packageName": "@zhishuyun/hub", - "email": "cqc@germey.cn", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 4b614fd..62593a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zhishuyun/hub", - "version": "0.1.2", + "version": "0.2.0", "author": "Germey Technology ", "repository": { "type": "git",