@willh/now 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,16 @@
10
10
 
11
11
  * * *
12
12
 
13
+ ## [0.1.3] - 2026-08-09
14
+
15
+ ### 新增
16
+
17
+ - `now config set --help` 顯示可用的設定鍵、值格式與秘密值管理說明。
18
+ - Azure Storage Blob 使用預設 `now` 命令部署且尚未設定 `azure_blob.prefix` 時,可互動輸入並保存 Blob 路徑前綴。
19
+ - 新增 `bump-and-release` 發版技能與版本更新、CHANGELOG 區塊擷取腳本,串接版本檢查、本機驗證與發版查證流程。
20
+
21
+ * * *
22
+
13
23
  ## [0.1.2] - 2026-07-19
14
24
 
15
25
  ### 新增
@@ -69,7 +79,8 @@
69
79
  - 提供 macOS Apple Silicon、macOS Intel、Linux x64 glibc 與 Windows x64 原生執行檔及 SHA-256 checksum。
70
80
  - 提供 npm、Unix-like 安裝腳本、Windows PowerShell 安裝腳本與 GitHub Release 發布流程。
71
81
 
72
- [Unreleased]: https://github.com/doggy8088/now/compare/v0.1.2...HEAD
82
+ [Unreleased]: https://github.com/doggy8088/now/compare/v0.1.3...HEAD
83
+ [0.1.3]: https://github.com/doggy8088/now/compare/v0.1.2...v0.1.3
73
84
  [0.1.2]: https://github.com/doggy8088/now/compare/v0.1.1...v0.1.2
74
85
  [0.1.1]: https://github.com/doggy8088/now/compare/v0.1.0...v0.1.1
75
86
  [0.1.0]: https://github.com/doggy8088/now/releases/tag/v0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willh/now",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Deploy static sites with provider CLIs",
5
5
  "bin": {
6
6
  "now": "npm/cli.cjs"