Skip to content

Commit 1bd2927

Browse files
committed
v0.16.0
1 parent e82aec9 commit 1bd2927

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ 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.16.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.16.0) - 2022-05-19
14+
15+
- support `@required` tag to denote required component props
16+
- support wildcard export in svelte entry point
17+
1318
## [0.15.3](https://github.com/carbon-design-system/sveld/releases/tag/v0.15.3) - 2022-05-14
1419

1520
- preserve JSDoc tags in prop comments

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveld",
3-
"version": "0.15.3",
3+
"version": "0.16.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)