Skip to content

Commit 2497b1a

Browse files
committed
v0.22.0
1 parent 11d086e commit 2497b1a

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.22.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.22.0) - 2024-11-10
14+
15+
**Breaking Changes**
16+
17+
- upgrade `prettier` to v3 (by default, `trailingComma` is now "all")
18+
1319
## [0.21.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.21.0) - 2024-10-27
1420

1521
**Breaking Changes**

package.json

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

0 commit comments

Comments
 (0)