diff --git a/CHANGELOG.md b/CHANGELOG.md index d41f86f..29da471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to the "svelte-intellisense" extension will be documented in Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [2.3.2] 02.12.2019 + +Thanks to [Hostas](https://github.com/hontas) for following fixes: + +- [Fixed] Svelte V3: Improve type parsing for properties with default values. +- [Fixed] Svelte V3: In some cases `type` property was setup with wrong structure and data, now it fixed. + ## [2.3.1] 25.11.2019 - [Fixed] Svelte V3: Fix parsing issues when anonymous functions are used in event handlers at markup (Issue #18) diff --git a/README.md b/README.md index a908be8..32465fe 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Generate a JSON documentation for a Svelte file - [Fixed] Svelte V3: Fix parsing issues when anonymous functions are used in event handlers at markup (Issue #18) +## [2.3.2] 02.12.2019 + +Thanks to [Hostas](https://github.com/hontas) for following fixes: + +- [Fixed] Svelte V3: Improve type parsing for properties with default values. +- [Fixed] Svelte V3: In some cases `type` property was setup with wrong structure and data, now it fixed. + Full changelog of release versions can be found [here](/CHANGELOG.md) ## Install diff --git a/package.json b/package.json index 35cf341..1afe211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sveltedoc-parser", - "version": "2.3.1", + "version": "2.3.2", "description": "Generate a JSON documentation for a Svelte file", "main": "index.js", "scripts": {