Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.1.0 (2026-02-09)


### Features

* initial implementation ([c49b2d9](https://github.com/xseman/coverage/commit/c49b2d9ff44f6ec811a1bc1083510b9c8a4df856))


### Bug Fixes

* **ci:** update release workflow to have right artifact ([47a16d4](https://github.com/xseman/coverage/commit/47a16d46a8a1f046d0ed62788c8fa20c03527fe9))
* **ci:** update release workflow to tag iwthout prefix ([35de8a5](https://github.com/xseman/coverage/commit/35de8a5b0ec4951842749556f4eb63ccf331e102))
* **ci:** update release workflow to use master branch ([2f9b75d](https://github.com/xseman/coverage/commit/2f9b75d0ed3dd620696b0d0a43d1d6449e784ff5))


### Build System

* update lib/index.js for v0.1.0 ([f736506](https://github.com/xseman/coverage/commit/f736506bcc462e2e418ea16aef581dfbe9390a92))


### Maintenance

* **ci:** update release workflow to have inputs ([47b4239](https://github.com/xseman/coverage/commit/47b42393306009f96a8ac0e54fafaeec2f9523c4))
* force new release PR ([2b4fb74](https://github.com/xseman/coverage/commit/2b4fb749c8c5294247405c53d36b14076bd7f726))
* reset version to trigger v0.1.0 release ([44ae9c9](https://github.com/xseman/coverage/commit/44ae9c92d4b3c75f01f225130f350acc118dc89f))
* trigger release with correct tag format ([b79c73e](https://github.com/xseman/coverage/commit/b79c73ebf0832092934a334638f85e4207463aa9))

## 0.1.0 (2026-02-09)


### Features

* initial implementation ([c49b2d9](https://github.com/xseman/coverage/commit/c49b2d9ff44f6ec811a1bc1083510b9c8a4df856))
Expand Down
Loading