File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- add isAccessor field to API
11
11
- update Markdown writer to generate a separate table for accessors -->
12
12
13
+ ## [ 0.15.3] ( https://github.com/carbon-design-system/sveld/releases/tag/v0.15.3 ) - 2022-05-14
14
+
15
+ - preserve JSDoc tags in prop comments
16
+
13
17
## [ 0.15.2] ( https://github.com/carbon-design-system/sveld/releases/tag/v0.15.2 ) - 2022-05-13
14
18
15
19
- dispatched event type without detail should default to ` null ` , not ` any `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sveld" ,
3
- "version" : " 0.15.2 " ,
3
+ "version" : " 0.15.3 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Generate TypeScript definitions for your Svelte components." ,
6
6
"main" : " ./lib/index.js" ,
You can’t perform that action at this time.
0 commit comments