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