diff --git a/.changeset/cuddly-brooms-agree.md b/.changeset/cuddly-brooms-agree.md deleted file mode 100644 index 5d97e03..0000000 --- a/.changeset/cuddly-brooms-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Refactor `Context` into a js class diff --git a/.changeset/strong-gifts-impress.md b/.changeset/strong-gifts-impress.md deleted file mode 100644 index 9a9e866..0000000 --- a/.changeset/strong-gifts-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Support set custumized tick strings and progress chars diff --git a/.changeset/witty-windows-look.md b/.changeset/witty-windows-look.md deleted file mode 100644 index 99d6715..0000000 --- a/.changeset/witty-windows-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Add progressbar feature for `Context` diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b9bfb..0fe2b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # archons +## 0.2.7 + +### Patch Changes + +- 7ef1753: Refactor `Context` into a js class +- 4aa02ff: Support set custumized tick strings and progress chars +- fa31f1f: Add progressbar feature for `Context` + ## 0.2.6 ### Patch Changes diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index 0c970d8..0d043f3 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-android-arm-eabi", - "version": "0.2.6", + "version": "0.2.7", "os": [ "android" ], diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 359e99e..ee71830 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-android-arm64", - "version": "0.2.6", + "version": "0.2.7", "os": [ "android" ], diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 11d2fe5..021fddb 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-darwin-arm64", - "version": "0.2.6", + "version": "0.2.7", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 18c5374..64ebce0 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-darwin-x64", - "version": "0.2.6", + "version": "0.2.7", "os": [ "darwin" ], diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index b55dffd..5237da1 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-freebsd-x64", - "version": "0.2.6", + "version": "0.2.7", "os": [ "freebsd" ], diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index e62c6a2..7101ade 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-arm-gnueabihf", - "version": "0.2.6", + "version": "0.2.7", "os": [ "linux" ], diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 1142aaf..1241869 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-arm64-gnu", - "version": "0.2.6", + "version": "0.2.7", "os": [ "linux" ], diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 9382750..a12c4ff 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-arm64-musl", - "version": "0.2.6", + "version": "0.2.7", "os": [ "linux" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 183e554..a7d3002 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-x64-gnu", - "version": "0.2.6", + "version": "0.2.7", "os": [ "linux" ], diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index d114de8..48f26f8 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-x64-musl", - "version": "0.2.6", + "version": "0.2.7", "os": [ "linux" ], diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index cc77231..7dffd9b 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-win32-arm64-msvc", - "version": "0.2.6", + "version": "0.2.7", "os": [ "win32" ], diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 48e108c..a1a501c 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-win32-ia32-msvc", - "version": "0.2.6", + "version": "0.2.7", "os": [ "win32" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 7e04524..7ce948c 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-win32-x64-msvc", - "version": "0.2.6", + "version": "0.2.7", "os": [ "win32" ], diff --git a/package.json b/package.json index 406d585..bbd9a75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archons", - "version": "0.2.6", + "version": "0.2.7", "description": "Fast, powerful and elegant CLI build tool based on clap-rs", "author": { "name": "苏向夜",