diff --git a/CHANGELOG.md b/CHANGELOG.md index bf65a966..3becaab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.43.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.43.0) - 2021-09-06 + +**Features** + +- add ability to programmatically clear a `ComboBox` using the `clear` component accessor + ## [0.42.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.42.3) - 2021-09-05 **Fixes** diff --git a/package.json b/package.json index 4dff9ccf..9adf2b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.42.3", + "version": "0.43.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", diff --git a/preprocess/api.json b/preprocess/api.json index e0087643..dfaa6f44 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.42.3", + "version": "0.43.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"