Skip to content

Commit b2dfe5b

Browse files
wrsmith108claude
andcommitted
chore(release): bump version to 2.1.1
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 51f2f68 commit b2dfe5b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.1] - 2026-01-24
9+
10+
### Added
11+
- **CI/CD Workflows** - GitHub Actions for automated validation and releases
12+
- CI workflow runs TypeScript type checking and ESLint on push/PR to main
13+
- Release workflow automatically creates GitHub releases from version tags
14+
- Added `typecheck`, `lint`, `lint:fix` npm scripts
15+
16+
### Fixed
17+
- **TypeScript compatibility** - Fixed type errors for Linear SDK v68
18+
- Updated health type usage to use SDK enums
19+
- Fixed `rawRequest` generic types
20+
- Converted `require.main` checks to ES module syntax
21+
- Added `@types/node` for Node.js globals
22+
23+
---
24+
825
## [2.1.0] - 2026-01-23
926

1027
### Added

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.1.0",
3+
"version": "2.1.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)