diff --git a/CHANGELOG.md b/CHANGELOG.md index c345c9d..853f9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ 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.20.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.0) - 2024-04-20 + +**Features** + +- support component generics via the custom `@generics` tag + ## [0.19.2](https://github.com/carbon-design-system/sveld/releases/tag/v0.19.2) - 2024-04-08 **Fixes** diff --git a/package.json b/package.json index ce9f671..97bd636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sveld", - "version": "0.19.2", + "version": "0.20.0", "license": "Apache-2.0", "description": "Generate TypeScript definitions for your Svelte components.", "main": "./lib/index.js",