Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jul 10, 2021
1 parent 417de1c commit d2a1f26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1](https://github.com/IBM/sveld/releases/tag/v0.8.1) - 2021-07-10

**Fixes**

- type function declarations as accessors in the `SvelteComponentTyped` interface
- omit module name from generated TypeScript class if it's the reserved keyword "default"
- move `typescript` to direct dependencies

## [0.8.0](https://github.com/IBM/sveld/releases/tag/v0.8.0) - 2021-06-17

- use `svelte-preprocess` to preprocess TypeScript in Svelte files and remove `style` blocks
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "sveld",
"version": "0.8.0",
"version": "0.8.1",
"license": "Apache-2.0",
"description": "Generate TypeScript definitions for your Svelte components.",
"author": "Eric Liu (https://github.com/metonym)",
"author": "IBM",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit d2a1f26

Please sign in to comment.