From 83f2b17508e0ad0e1760d41feaaf7000182676cb Mon Sep 17 00:00:00 2001 From: Filip Seman Date: Mon, 9 Feb 2026 10:50:31 +0100 Subject: [PATCH] v0.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9baf7e..2b60c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file. 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). +## [0.1.0](https://github.com/xseman/coverage/compare/v0.1.0...v0.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)) + ## 0.1.0 (2026-02-09)