Skip to content

Commit 1f64dfd

Browse files
authored
chore(main): release 1.6.0 (#58)
1 parent 053b0be commit 1f64dfd

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"chains",
1616
"workflows"
1717
],
18-
"version": "1.5.0"
18+
"version": "1.6.0"
1919
}

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.0](https://github.com/minipuft/claude-prompts/compare/v1.5.0...v1.6.0) (2026-01-22)
9+
10+
11+
### Features
12+
13+
* **ci:** modernize Release Please and npm-publish workflows ([7bb1303](https://github.com/minipuft/claude-prompts/commit/7bb1303a53f998ca10bab6f621eecf548864881a))
14+
15+
16+
### Bug Fixes
17+
18+
* **ci:** handle Release Please PR output as JSON ([8559c74](https://github.com/minipuft/claude-prompts/commit/8559c74e2c819961c644b769bc34f5a06e4f0c82))
19+
* **tests:** update E2E plugin validation for current structure ([053b0be](https://github.com/minipuft/claude-prompts/commit/053b0be8bdd3f3443c5e68b9415e9e0e716d8739))
20+
821
## [Unreleased]
922

1023
### Changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"type": "directory"
7575
}
7676
},
77-
"version": "1.5.0"
77+
"version": "1.6.0"
7878
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-prompts-root",
3-
"version": "1.4.0",
3+
"version": "1.6.0",
44
"private": true,
55
"description": "Root package for git hooks and workspace management",
66
"scripts": {

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-prompts",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Claude Custom Prompts MCP Server",
55
"author": "minipuft",
66
"license": "MIT",

0 commit comments

Comments
 (0)