From 91092a51b108a25900840055f09439f68c0c4101 Mon Sep 17 00:00:00 2001 From: Filip Seman Date: Mon, 9 Feb 2026 10:58:44 +0100 Subject: [PATCH] v0.1.0 --- .github/.release-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.github/.release-manifest.json b/.github/.release-manifest.json index 1c56072..f2ecd08 100644 --- a/.github/.release-manifest.json +++ b/.github/.release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f9baf7e..d7fa1cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))