@khanglvm/outline-cli 0.1.4 → 0.1.5

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.5 - 2026-03-08
4
+
5
+ - Changes since `v0.1.4`.
6
+ - docs(readme): link changelog (8762e4b)
7
+
3
8
  ## 0.1.4 - 2026-03-07
4
9
 
5
10
  - Changes since `v0.1.3`.
package/README.md CHANGED
@@ -228,7 +228,6 @@ Release prerequisites:
228
228
  - Keep local secrets in untracked files such as `.env.test.local`.
229
229
  - Profile secrets are stored in the OS keychain by default.
230
230
 
231
- ## Reference Docs
231
+ ## Changelog
232
232
 
233
- - Agent rules for this repo: [`AGENTS.md`](AGENTS.md)
234
- - Release script: [`scripts/release.mjs`](scripts/release.mjs)
233
+ - Release history: [`CHANGELOG.md`](https://github.com/khanglvm/outline-cli/blob/main/CHANGELOG.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanglvm/outline-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Agent-optimized CLI for Outline API",
5
5
  "type": "module",
6
6
  "bin": {
@@ -4,7 +4,7 @@ export const ENTRY_INTEGRITY_MANIFEST = Object.freeze({
4
4
  algorithm: "sha256",
5
5
  signatureAlgorithm: "sha256-salted-manifest-v1",
6
6
  signature: "c69d41948b78c8ae35c0223377149ece8df5588863a010adf92a0b6ad11876d3",
7
- generatedAt: "2026-03-07T12:16:27.340Z",
7
+ generatedAt: "2026-03-08T01:17:47.858Z",
8
8
  files: [
9
9
  {
10
10
  "path": "src/action-gate.js",