Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion self-documenting/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2