Skip to content

Commit b48e77e

Browse files
chore(main): release 1.7.0 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a0f6a9 commit b48e77e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memex-claude",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Memex skill/memory/rule router — semantic context injection via embedding similarity",
55
"author": {
66
"name": "Jim Park",

.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.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/jim80net/memex-claude/compare/v1.6.0...v1.7.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add bundled /wrap-things-up end-of-session skill ([#43](https://github.com/jim80net/memex-claude/issues/43)) ([3a0f6a9](https://github.com/jim80net/memex-claude/commit/3a0f6a99926f72d076d5db98a1e7e3228e30e1b5))
9+
310
## [1.6.0](https://github.com/jim80net/memex-claude/compare/v1.5.0...v1.6.0) (2026-04-02)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memex-claude",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Memex skill/memory/rule router for Claude Code — semantic context injection via hooks",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)