Skip to content

Commit f201f56

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2026-02-10) ### Bug Fixes * replace hardcoded ~/.claude/skills/linear paths with relative paths ([19819d3](19819d3)), closes [#8](#8)
1 parent 19819d3 commit f201f56

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.1](https://github.com/wrsmith108/linear-claude-skill/compare/v2.2.0...v2.2.1) (2026-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* replace hardcoded ~/.claude/skills/linear paths with relative paths ([19819d3](https://github.com/wrsmith108/linear-claude-skill/commit/19819d35083737fcbdb26c432c9f11ecce8e9cba)), closes [#8](https://github.com/wrsmith108/linear-claude-skill/issues/8)
7+
18
# [2.2.0](https://github.com/wrsmith108/linear-claude-skill/compare/v2.1.1...v2.2.0) (2026-01-24)
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.0",
3+
"version": "2.2.1",
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)