@k-msg/cli 0.9.1 → 0.9.2
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.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @k-msg/cli
|
|
2
2
|
|
|
3
|
+
## 0.9.2 — 2026-03-01
|
|
4
|
+
|
|
5
|
+
### Patch changes
|
|
6
|
+
|
|
7
|
+
- [b6a505d](https://github.com/k-otp/k-msg/commit/b6a505dfbc8115c2884dfccdfd9a54c6dfee8031) Fix installer shell-init appends for files without a trailing newline.
|
|
8
|
+
|
|
9
|
+
- Prevent `.zshrc`/`.bashrc` line concatenation when appending completion setup lines.
|
|
10
|
+
- Keep completion setup idempotent and safe for existing shell config files. — Thanks @imjlk!
|
|
11
|
+
|
|
3
12
|
## 0.9.1 — 2026-03-01
|
|
4
13
|
|
|
5
14
|
### Patch changes
|