codeam-cli 2.0.2 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/index.js +2295 -211
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ All notable changes to `codeam-cli` are documented here.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [2.0.2] — 2026-04-23
|
|
8
|
+
|
|
9
|
+
### Build
|
|
10
|
+
|
|
11
|
+
- **deps:** Bump actions/setup-node from 4 to 6 (#2)
|
|
12
|
+
- **deps:** Bump actions/checkout from 4 to 6 (#1)
|
|
13
|
+
- **deps:** Bump actions/setup-java from 4 to 5 (#3)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- **workflow:** Commit CHANGELOG updates directly to main, drop PR step (#17)
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- **workflow:** Grant pull-requests write to release job so changelog PR opens (#16)
|
|
22
|
+
|
|
7
23
|
## [2.0.1] — 2026-04-23
|
|
8
24
|
|
|
9
25
|
### Added
|