diff --git a/CHANGELOG.md b/CHANGELOG.md index adaf2c5..4ccd344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.1](https://github.com/feryardiant/poc-brackets/compare/v0.2.0...v0.2.1) (2024-12-07) + + +### Features + +* simplify winner selection by dispatching custom event to the `` instance ([f8c1f25](https://github.com/feryardiant/poc-brackets/commit/f8c1f2584a86b247537f34a7282058702ce01d1c)) + ## [0.2.0](https://github.com/feryardiant/poc-brackets/compare/v0.1.1...v0.2.0) (2024-12-07) diff --git a/package-lock.json b/package-lock.json index 11e0f3b..0739158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knockout-chart", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knockout-chart", - "version": "0.2.0", + "version": "0.2.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 227edc1..f09033c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "knockout-chart", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "description": "Knockout Chart", "author": "Fery Wardiyanto ", "license": "MIT",