From 47849b9e8d11e0bc8f83300c54d72a6059cb20af 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:01:01 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ self-documenting/SKILL.md | 2 +- version.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fdda755 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/shivdeepak/self-documenting/compare/v1.0.0...v1.1.0) (2026-06-15) + + +### Features + +* replace install.sh with skillship install for cursor rules ([7ad0a55](https://github.com/shivdeepak/self-documenting/commit/7ad0a55fa7309b39c5b006f7e7e0fb1f2f78bd27)) diff --git a/self-documenting/SKILL.md b/self-documenting/SKILL.md index 56df1e1..dcf9eaa 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.0.0" # x-release-please-version + version: "1.1.0" # x-release-please-version --- # Self-Documenting Project diff --git a/version.txt b/version.txt index 3eefcb9..9084fa2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 +1.1.0