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 .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"name": "hooks-plugin",
"source": "./hooks-plugin",
"description": "Claude Code hooks for enforcing best practices and workflow automation",
"version": "2.1.1",
"version": "2.2.0",
"keywords": [
"hooks",
"automation",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"github-actions-plugin": "1.7.6",
"health-plugin": "1.9.2",
"home-assistant-plugin": "1.3.2",
"hooks-plugin": "2.1.1",
"hooks-plugin": "2.2.0",
"kubernetes-plugin": "1.7.4",
"langchain-plugin": "1.5.4",
"macos-plugin": "1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion hooks-plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "hooks-plugin",
"version": "2.1.1",
"version": "2.2.0",
"description": "Claude Code hooks for enforcing best practices and workflow automation",
"author": {
"name": "Lauri Gates"
Expand Down
7 changes: 7 additions & 0 deletions hooks-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/laurigates/claude-plugins/compare/hooks-plugin-v2.1.1...hooks-plugin-v2.2.0) (2026-05-12)


### Features

* **hooks-plugin:** add bash-antipatterns-teach PostToolUse hook (opt-in) ([#1308](https://github.com/laurigates/claude-plugins/issues/1308)) ([edf32fd](https://github.com/laurigates/claude-plugins/commit/edf32fdb552037526a0f794380122c36c713acf0))

## [2.1.1](https://github.com/laurigates/claude-plugins/compare/hooks-plugin-v2.1.0...hooks-plugin-v2.1.1) (2026-05-09)


Expand Down