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