Skip to content

Commit

Permalink
v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 18, 2023
1 parent 9313c74 commit 54b07d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ 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.19.1](https://github.com/carbon-design-system/sveld/releases/tag/v0.19.1) - 2023-10-17

**Fixes**

- only print `outFile` when writing Markdown file
- upgrade `svelte-preprocess` and `typescript` to ameliorate peer dependency warning

## [0.19.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.19.0) - 2023-07-19

**Breaking Changes**
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.19.0",
"version": "0.19.1",
"license": "Apache-2.0",
"description": "Generate TypeScript definitions for your Svelte components.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 54b07d8

Please sign in to comment.