From d5265bbc6774bd3dc9a5e6400013d57adc07d1ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:07:05 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ self-documenting/SKILL.md | 2 +- version.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fdda755..d1679ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/shivdeepak/self-documenting/compare/v1.1.0...v1.1.1) (2026-06-15) + + +### Documentation + +* add npx skills as secondary install option ([6167a1d](https://github.com/shivdeepak/self-documenting/commit/6167a1d60b2379bb0bbd0fbfef7e0d669007cc28)) +* simplify Claude install instructions and fix Web upload info ([b5c8ec8](https://github.com/shivdeepak/self-documenting/commit/b5c8ec8e3d4d5203f535c2160eca77cb9d7e5b8f)) + ## [1.1.0](https://github.com/shivdeepak/self-documenting/compare/v1.0.0...v1.1.0) (2026-06-15) diff --git a/self-documenting/SKILL.md b/self-documenting/SKILL.md index dcf9eaa..732977e 100644 --- a/self-documenting/SKILL.md +++ b/self-documenting/SKILL.md @@ -3,7 +3,7 @@ name: self-documenting description: Keep a project self-documenting by updating docs alongside code. Use after any change that adds, removes, or alters behavior, config, commands, APIs, or project structure. license: MIT metadata: - version: "1.1.0" # x-release-please-version + version: "1.1.1" # x-release-please-version --- # Self-Documenting Project diff --git a/version.txt b/version.txt index 9084fa2..524cb55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.1.1