Skip to content

Commit ccabc3e

Browse files
Jeyfeljflbr
authored andcommitted
Bump version to 1.2.0
- Update version from 1.1.1 to 1.2.0 - Add comprehensive CHANGELOG entry documenting: - New test suite - Dependency updates - Security fixes - Breaking changes
1 parent 509fa2d commit ccabc3e

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to the "jwt-decoder" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
7+
## [1.2.0] 2026-01-09
8+
### Added
9+
- Comprehensive test suite with 11 tests covering:
10+
- JWT token decoding functionality
11+
- Hover content management
12+
- Extension activation and command registration
13+
- Edge cases and error handling
14+
15+
### Changed
16+
- Updated all dependencies to latest versions to fix security vulnerabilities
17+
- Migrated from deprecated `vscode-test` to `@vscode/test-electron`
18+
- Upgraded to TypeScript 5.7.2
19+
- Upgraded to Mocha 10.8.2
20+
- Updated minimum VS Code engine to 1.85.0
21+
- Removed deprecated `tslint` package
22+
- Removed `activationEvents` from package.json (auto-generated by VS Code)
23+
24+
### Fixed
25+
- Resolved 18 security vulnerabilities (2 low, 5 moderate, 6 high, 5 critical)
26+
- Fixed deprecated glob API usage
27+
- Fixed Mocha configuration for latest version
28+
629
## [1.1.1] 2019-07-20
730
### Added
831
- GIF demo in README 🎉🎉

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.

0 commit comments

Comments
 (0)