Skip to content

Commit efea328

Browse files
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2026-02-10) ### Bug Fixes * replace hardcoded ~/.claude/skills/linear paths with relative paths ([7ca519c](7ca519c)), closes [#8](#8)
1 parent 813d047 commit efea328

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.2](https://github.com/wrsmith108/linear-claude-skill/compare/v2.2.1...v2.2.2) (2026-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* replace hardcoded ~/.claude/skills/linear paths with relative paths ([7ca519c](https://github.com/wrsmith108/linear-claude-skill/commit/7ca519cf949b78c92dffc1f049fd8282a8369bd5)), closes [#8](https://github.com/wrsmith108/linear-claude-skill/issues/8)
7+
18
## [2.2.1](https://github.com/wrsmith108/linear-claude-skill/compare/v2.2.0...v2.2.1) (2026-02-10)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-plugin-linear",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"type": "module",
55
"description": "Claude Code skill for Linear issue, project, and team management with MCP integration",
66
"keywords": [

0 commit comments

Comments
 (0)