Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 1, 2022
1 parent f123f7c commit 3636a7f
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 @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- capitalize character following `_`?
- verbose: print out icon names -->

## [0.11.3](https://github.com/metonym/svelvg/releases/tag/v0.11.3) - 2022-10-01

- use type-only import for `SvelteComponentTyped` interface

## [0.11.2](https://github.com/metonym/svelvg/releases/tag/v0.11.2) - 2022-06-20

- escape icon names beginning with "\" in icon index
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": "svelvg",
"version": "0.11.2",
"version": "0.11.3",
"license": "MIT",
"description": "Convert SVG files into Svelte components with TypeScript definitions",
"author": "Eric Liu (https://github.com/metonym)",
Expand Down

0 comments on commit 3636a7f

Please sign in to comment.