Skip to content

Commit

Permalink
v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Sep 13, 2024
1 parent 2473e55 commit c50f64c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.2) - 2024-09-13

**Fixes**

- reduce dependencies by upgrading `svelte-preprocess` from v5 to v6

## [0.20.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.1) - 2024-09-12

**Fixes**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveld",
"version": "0.20.1",
"version": "0.20.2",
"license": "Apache-2.0",
"description": "Generate TypeScript definitions for your Svelte components.",
"main": "./lib/index.js",
Expand Down

0 comments on commit c50f64c

Please sign in to comment.