diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aae5012..609f2e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: env: SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} with: - source-repo: 'git@github.com:kwooshung/files.git' - destination-repo: 'git@gitee.com:kwooshung/files.git' + source-repo: 'git@github.com:kwooshung/randoms.git' + destination-repo: 'git@gitee.com:kwooshung/randoms.git' # 自动发布到 npm - name: Sync to Npm.js diff --git a/changelogs/.history b/changelogs/.history index 4ec4b3c..a8783bd 100644 --- a/changelogs/.history +++ b/changelogs/.history @@ -1,3 +1,4 @@ +1.0.3 1.0.2 1.0.1 1.0.0 \ No newline at end of file diff --git a/changelogs/CHANGELOG.en.md b/changelogs/CHANGELOG.en.md index 031ba54..0e7d8b2 100644 --- a/changelogs/CHANGELOG.en.md +++ b/changelogs/CHANGELOG.en.md @@ -1,3 +1,7 @@ +## 🎉 1.0.3 `2024-01-23` +### 🐛 Fix +- Synchronous address is wrong ([#e666861](https://github.com/kwooshung/files/commit/e6668611d81dc3799d4652ea6fc3bfd68cc017ef)) + ## 🎉 1.0.2 `2024-01-23` ### 🐛 Fix - Test coverage rate, worse the coverage and branch of the default value ([#0dd475b](https://github.com/kwooshung/files/commit/0dd475b0aa370cc584563fe7f35e2460e08a0e7b)) diff --git a/changelogs/CHANGELOG.ja.md b/changelogs/CHANGELOG.ja.md index d43ef75..d740357 100644 --- a/changelogs/CHANGELOG.ja.md +++ b/changelogs/CHANGELOG.ja.md @@ -1,3 +1,7 @@ +## 🎉 1.0.3 `2024-01-23` +### 🐛 Fix +- 同期アドレスが間違っています ([#e666861](https://github.com/kwooshung/files/commit/e6668611d81dc3799d4652ea6fc3bfd68cc017ef)) + ## 🎉 1.0.2 `2024-01-23` ### 🐛 Fix - テストカバレッジ率、さらに悪いことに、デフォルト値のカバレッジとブランチ ([#0dd475b](https://github.com/kwooshung/files/commit/0dd475b0aa370cc584563fe7f35e2460e08a0e7b)) diff --git a/changelogs/CHANGELOG.ko.md b/changelogs/CHANGELOG.ko.md index 3a591d3..afc5846 100644 --- a/changelogs/CHANGELOG.ko.md +++ b/changelogs/CHANGELOG.ko.md @@ -1,3 +1,7 @@ +## 🎉 1.0.3 `2024-01-23` +### 🐛 Fix +- 동기 주소가 잘못되었습니다 ([#e666861](https://github.com/kwooshung/files/commit/e6668611d81dc3799d4652ea6fc3bfd68cc017ef)) + ## 🎉 1.0.2 `2024-01-23` ### 🐛 Fix - 테스트 적용 범위, 기본값의 적용 범위 및 지점 악화 ([#0dd475b](https://github.com/kwooshung/files/commit/0dd475b0aa370cc584563fe7f35e2460e08a0e7b)) diff --git a/changelogs/CHANGELOG.ru.md b/changelogs/CHANGELOG.ru.md index 589db84..b42686c 100644 --- a/changelogs/CHANGELOG.ru.md +++ b/changelogs/CHANGELOG.ru.md @@ -1,3 +1,7 @@ +## 🎉 1.0.3 `2024-01-23` +### 🐛 Fix +- Синхронный адрес неверен ([#e666861](https://github.com/kwooshung/files/commit/e6668611d81dc3799d4652ea6fc3bfd68cc017ef)) + ## 🎉 1.0.2 `2024-01-23` ### 🐛 Fix - Скорость покрытия испытаний, что еще хуже охват и ветвь значения по умолчанию ([#0dd475b](https://github.com/kwooshung/files/commit/0dd475b0aa370cc584563fe7f35e2460e08a0e7b)) diff --git a/changelogs/CHANGELOG.zh-cn.md b/changelogs/CHANGELOG.zh-cn.md index 0bd7a8a..f3dc816 100644 --- a/changelogs/CHANGELOG.zh-cn.md +++ b/changelogs/CHANGELOG.zh-cn.md @@ -1,3 +1,7 @@ +## 🎉 1.0.3 `2024-01-23` +### 🐛 Fix +- 同步地址是错误的 ([#e666861](https://github.com/kwooshung/files/commit/e6668611d81dc3799d4652ea6fc3bfd68cc017ef)) + ## 🎉 1.0.2 `2024-01-23` ### 🐛 Fix - 测试覆盖率,默认值的覆盖范围和分支更糟 ([#0dd475b](https://github.com/kwooshung/files/commit/0dd475b0aa370cc584563fe7f35e2460e08a0e7b)) diff --git a/changelogs/CHANGELOG.zh-tw.md b/changelogs/CHANGELOG.zh-tw.md index c3e3072..32fb268 100644 --- a/changelogs/CHANGELOG.zh-tw.md +++ b/changelogs/CHANGELOG.zh-tw.md @@ -1,3 +1,7 @@ +## 🎉 1.0.3 `2024-01-23` +### 🐛 Fix +- 同步地址是錯誤的 ([#e666861](https://github.com/kwooshung/files/commit/e6668611d81dc3799d4652ea6fc3bfd68cc017ef)) + ## 🎉 1.0.2 `2024-01-23` ### 🐛 Fix - 測試覆蓋率,默認值的覆蓋範圍和分支更糟 ([#0dd475b](https://github.com/kwooshung/files/commit/0dd475b0aa370cc584563fe7f35e2460e08a0e7b)) diff --git a/package.json b/package.json index 45e6997..5a98a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kwooshung/randoms", - "version": "1.0.2", + "version": "1.0.3", "title": "randoms", "description": "Consolidate superior random number projects in the community into a unified API to reduce the learning curve.", "private": false,