Skip to content

Commit

Permalink
v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 21, 2022
1 parent 06997cf commit 5b003af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ 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.17.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.17.0) - 2022-05-21

- remove `@required` tag; directly infer if a prop is required

## [0.16.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.16.1) - 2022-05-20

- `additional_tags` can be `undefined`
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.16.1",
"version": "0.17.0",
"license": "Apache-2.0",
"description": "Generate TypeScript definitions for your Svelte components.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 5b003af

Please sign in to comment.