Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit e5ce682

Browse files
authored
Merge pull request #1 from kenryu42/release-please--branches--main
chore(main): release 0.1.0
2 parents 4d701ea + 03faa29 commit e5ce682

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"name": "plan-export",
1414
"description": "Auto-save your Claude Code plans to the project root when you finish planning.",
15-
"version": "0.0.0",
15+
"version": "0.1.0",
1616
"source": "./",
1717
"author": {
1818
"name": "J Liew",

.claude-plugin/plugin.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plan-export",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Auto-save your Claude Code plans to the project root when you finish planning.",
55
"author": {
66
"name": "J Liew",
@@ -9,5 +9,11 @@
99
"homepage": "https://github.com/kenryu42/claude-code-plan-export",
1010
"repository": "https://github.com/kenryu42/claude-code-plan-export.git",
1111
"license": "MIT",
12-
"keywords": ["claude", "claude-code", "plan-mode", "plan-export", "plugin"]
12+
"keywords": [
13+
"claude",
14+
"claude-code",
15+
"plan-mode",
16+
"plan-export",
17+
"plugin"
18+
]
1319
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.1.0 (2025-12-09)
4+
5+
6+
### Features
7+
8+
* add export-project-plans slash command ([f4f8424](https://github.com/kenryu42/claude-code-plan-export/commit/f4f8424fdb20ff76b14aaa9535e29767987da2e4))
9+
* add plan export hook script ([8cea330](https://github.com/kenryu42/claude-code-plan-export/commit/8cea3301f2b25ecc0337263462acf8bf4cf72171))
10+
* add plugin metadata ([e85180f](https://github.com/kenryu42/claude-code-plan-export/commit/e85180f9dd90b907687cb49e5c26931982ce61ed))
11+
* add project-wide plan export script ([3a00764](https://github.com/kenryu42/claude-code-plan-export/commit/3a007643f5b5ecc9c088b4d5d88d689416b26f90))
12+
* add session hooks configuration ([3c0e4ae](https://github.com/kenryu42/claude-code-plan-export/commit/3c0e4aee96783a7573cd98a15deea749c22857d8))
13+
* add session start hook script ([8df7bc2](https://github.com/kenryu42/claude-code-plan-export/commit/8df7bc2c11adfbb2039d3e0a5e6dc72ebb0b5486))
14+
15+
## Changelog
16+
317
---
418

519
All notable changes to this project will be documented in this file.

0 commit comments

Comments
 (0)