diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc8b655..a61dfcdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add isAccessor field to API - update Markdown writer to generate a separate table for accessors --> +## [0.21.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.21.0) - 2024-10-27 + +**Breaking Changes** + +- use type alias instead of interface for exported component props type + +**Fixes** + +- prefix internal `RestProps` type with `$` to avoid conflicts with `Rest.svelte` as a component name + ## [0.20.3](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.3) - 2024-10-25 **Fixes** diff --git a/package.json b/package.json index 20bf059d..b312af42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sveld", - "version": "0.20.3", + "version": "0.21.0", "license": "Apache-2.0", "description": "Generate TypeScript definitions for your Svelte components.", "main": "./lib/index.js",