Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linear-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Linear CLI integration for Claude Code - manage issues, teams, and projects",
"author": {
"name": "0xbigboss"
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Notable changes per release. Versions before 0.3.0 are recorded in the
[GitHub releases](https://github.com/alleneubank/linear-cli/releases).

## Unreleased
## 0.3.1

The first release published through trusted publishing. Content is identical to
0.3.0 apart from the lint fixes below — 0.3.0 reached GitHub but never reached
npm, because the release token had expired.

### Release engineering

Expand Down
2 changes: 1 addition & 1 deletion npm/linear-cli-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xbigboss/linear-cli-darwin-arm64",
"version": "0.3.0",
"version": "0.3.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linear-cli-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xbigboss/linear-cli-darwin-x64",
"version": "0.3.0",
"version": "0.3.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linear-cli-linux-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xbigboss/linear-cli-linux-arm64",
"version": "0.3.0",
"version": "0.3.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linear-cli-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xbigboss/linear-cli-linux-x64",
"version": "0.3.0",
"version": "0.3.1",
"os": [
"linux"
],
Expand Down
10 changes: 5 additions & 5 deletions npm/linear-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xbigboss/linear-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Linear CLI built with Zig",
"license": "MIT",
"repository": {
Expand All @@ -11,9 +11,9 @@
"linear": "bin.js"
},
"optionalDependencies": {
"@0xbigboss/linear-cli-darwin-arm64": "0.3.0",
"@0xbigboss/linear-cli-darwin-x64": "0.3.0",
"@0xbigboss/linear-cli-linux-x64": "0.3.0",
"@0xbigboss/linear-cli-linux-arm64": "0.3.0"
"@0xbigboss/linear-cli-darwin-arm64": "0.3.1",
"@0xbigboss/linear-cli-darwin-x64": "0.3.1",
"@0xbigboss/linear-cli-linux-x64": "0.3.1",
"@0xbigboss/linear-cli-linux-arm64": "0.3.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linear-cli",
"version": "0.3.0",
"version": "0.3.1",
"description": "Pi package for @0xbigboss/linear-cli: Linear issue/team/project management via the linear CLI. Exposes the linear skill.",
"license": "MIT",
"keywords": [
Expand Down
Loading