Skip to content

Commit c50f64c

Browse files
committed
v0.20.2
1 parent 2473e55 commit c50f64c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- add isAccessor field to API
1111
- update Markdown writer to generate a separate table for accessors -->
1212

13+
## [0.20.2](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.2) - 2024-09-13
14+
15+
**Fixes**
16+
17+
- reduce dependencies by upgrading `svelte-preprocess` from v5 to v6
18+
1319
## [0.20.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.1) - 2024-09-12
1420

1521
**Fixes**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveld",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"license": "Apache-2.0",
55
"description": "Generate TypeScript definitions for your Svelte components.",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)