diff --git a/CHANGELOG.md b/CHANGELOG.md index 780c1dde..2856a316 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.25.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.25.1) - 2020-11-28 + +**Fixes** + +- set `selectedResultIndex` in HeaderSearch when clicking a result ([PR #430](https://github.com/IBM/carbon-components-svelte/pull/430), [issue #429](https://github.com/IBM/carbon-components-svelte/issues/429)) + ## [0.25.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.25.0) - 2020-11-27 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 45400296..addbd6e2 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 155 components exported from carbon-components-svelte@0.25.0. +> 155 components exported from carbon-components-svelte@0.25.1. ## Components diff --git a/package.json b/package.json index 92376ad7..b5b2a28c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.25.0", + "version": "0.25.1", "license": "Apache-2.0", "author": "IBM", "description": "Svelte implementation of the Carbon Design System",