diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5a413..ab27bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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. -## [1.1.0] Unreleased +## [1.1.0] 19.11.2018 - [Fix] Fix issue with component name parsing with default features set (Missing feature `name` in defaults features list) - [Added] Implement parsing of js types for data properties from `@type` keyword and from default value diff --git a/README.md b/README.md index 3efaa19..a367325 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Generate a JSON documentation for a Svelte file [![npm](https://img.shields.io/npm/v/sveltedoc-parser.svg)](https://www.npmjs.com/package/sveltedoc-parser) +Changelog of release versions can be found [here](/CHANGELOG.md) + ## Install ```shell