@kyaukyuai/linear-cli 2.0.0 → 2.0.1
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 +8 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [2.0.1] - 2026-03-13
|
|
6
|
+
|
|
7
|
+
### Improved
|
|
8
|
+
|
|
9
|
+
- refined package metadata and publishing provenance for the forked JSR distribution
|
|
10
|
+
|
|
5
11
|
## [2.0.0] - 2026-03-13
|
|
6
12
|
|
|
7
13
|
> First fork release of `kyaukyuai/linear-cli`.
|
|
@@ -434,7 +440,8 @@
|
|
|
434
440
|
- adds a -t, --title flag to the `issue pr` command, allowing you to provide a PR title that is different than linear's issue title
|
|
435
441
|
- allows linear issue identifiers to be passed in as arguments to the issue commands as an alternative to parsing the branch name, e.g. `linear issue show ABC-123`
|
|
436
442
|
|
|
437
|
-
[Unreleased]: https://github.com/kyaukyuai/linear-cli/compare/v2.0.
|
|
443
|
+
[Unreleased]: https://github.com/kyaukyuai/linear-cli/compare/v2.0.1...HEAD
|
|
444
|
+
[2.0.1]: https://github.com/kyaukyuai/linear-cli/compare/v2.0.0...v2.0.1
|
|
438
445
|
[2.0.0]: https://github.com/kyaukyuai/linear-cli/compare/v1.11.1...v2.0.0
|
|
439
446
|
[1.11.1]: https://github.com/schpet/linear-cli/compare/v1.11.0...v1.11.1
|
|
440
447
|
[1.11.0]: https://github.com/schpet/linear-cli/compare/v1.10.0...v1.11.0
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"hasInstallScript": true,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"name": "@kyaukyuai/linear-cli",
|
|
26
|
-
"version": "2.0.
|
|
26
|
+
"version": "2.0.1"
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@isaacs/cliui": {
|
|
29
29
|
"engines": {
|
|
@@ -542,5 +542,5 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"requires": true,
|
|
545
|
-
"version": "2.0.
|
|
545
|
+
"version": "2.0.1"
|
|
546
546
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"artifactDownloadUrls": [
|
|
3
|
-
"https://github.com/kyaukyuai/linear-cli/releases/download/v2.0.
|
|
3
|
+
"https://github.com/kyaukyuai/linear-cli/releases/download/v2.0.1"
|
|
4
4
|
],
|
|
5
5
|
"bin": {
|
|
6
6
|
"linear": "run-linear.js"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"detect-libc": "^2.1.2",
|
|
13
13
|
"rimraf": "^6.1.3"
|
|
14
14
|
},
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "Git-first Linear CLI with workspace-aware auth, issue workflows, and automation-friendly JSON output",
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"prettier": "^3.8.1"
|
|
18
18
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"zipExt": ".tar.xz"
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
"version": "2.0.
|
|
88
|
+
"version": "2.0.1",
|
|
89
89
|
"volta": {
|
|
90
90
|
"node": "18.14.1",
|
|
91
91
|
"npm": "9.5.0"
|