diff --git a/CHANGELOG.md b/CHANGELOG.md index 51eb7bd..a557182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ No unreleased changes. +# 0.0.14 + +### Bug Fixes + +- Fixed a bug in the publish workflow +- Fixed a bug where the channel picker dropdown was not disabled when there was only one channel + # 0.0.13 ### Notable diff --git a/package.json b/package.json index 5cdd3b0..f6e4884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xendit-components-web", - "version": "0.0.13", + "version": "0.0.14", "description": "Xendit frontend payment components SDK", "type": "module", "author": "Xendit",