From 295041da188892e650d1d226fd9f488655f25523 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:29:15 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- .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 c4ddc74..53b7bc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1679ca..7b52257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.2](https://github.com/shivdeepak/self-documenting/compare/v1.1.1...v1.1.2) (2026-06-15) + + +### Documentation + +* update skillship install command to use full repo path ([247bc0e](https://github.com/shivdeepak/self-documenting/commit/247bc0e8dd842a6123addbc08edfb34a36527004)) +* use npx skillship@latest in all commands ([2921a07](https://github.com/shivdeepak/self-documenting/commit/2921a07c5cbbbfd354e57db0d9309f2d74a02152)) + ## [1.1.1](https://github.com/shivdeepak/self-documenting/compare/v1.1.0...v1.1.1) (2026-06-15) diff --git a/self-documenting/SKILL.md b/self-documenting/SKILL.md index 732977e..5a20d49 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.1" # x-release-please-version + version: "1.1.2" # x-release-please-version --- # Self-Documenting Project diff --git a/version.txt b/version.txt index 524cb55..45a1b3f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.1 +1.1.2