Skip to content

Commit bfee9a1

Browse files
committed
release 1.1.15: repository field for npm provenance validation
1 parent a7c96de commit bfee9a1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "planr"
3-
version = "1.1.14"
3+
version = "1.1.15"
44
edition = "2021"
55
license = "MIT"
66
description = "Local-first planning and execution coordination for coding agents"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planr",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "Local-first planning and execution coordination for coding agents.",
55
"license": "MIT",
66
"repository": {

plugins/planr/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planr",
33
"description": "Skill-driven planning and execution loop for coding agents: one planr entry point, an autonomous planr-loop, and evidence-backed task graph skills powered by the planr CLI.",
4-
"version": "1.1.14",
4+
"version": "1.1.15",
55
"author": {
66
"name": "instructa"
77
},

plugins/planr/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "planr",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "Skill-driven planning and execution loop for coding agents: one $planr entry point, an autonomous $planr-loop, and evidence-backed task graph skills powered by the planr CLI.",
55
"author": {
66
"name": "instructa",

0 commit comments

Comments
 (0)