diff --git a/Changelog.md b/Changelog.md index 335c664f..501d866c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,15 +6,24 @@ 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.2.1] - 2023-03-28 + +This release fixes a small typo in the installer. The version in the installed +package version was set to ^0.1.0 rather than ^0.2.0. This release fixes that. + +### Changes + +- Changes template for installer to match latest version ## [0.2.0] - 2023-03-23 + ### Changes - Significant improvements to the markdown pages. - Adds syntax highlighting for markdown pages and blocks. - Just wrap your code in single ticks or create blocks with three ticks. - - Currently support highlighting for CSS/SCSS, HTML, Javascript/Typescript, - Yaml and Bash. Use ` ```{type}` to define the syntax. For example ` ```js`. + - Currently support highlighting for CSS/SCSS, HTML, Javascript/Typescript, + Yaml and Bash. Use ` ```{type}` to define the syntax. For example ` ```js`. - Adds anchor links to markdown h{n} tags to allow deep linking to headers. - Adds line numbering to all code blocks. - Improves the installation experience with better help text. @@ -22,12 +31,12 @@ and this project adheres to ### Bug -- Improves handling of missing components in Figma. If its not found: +- Improves handling of missing components in Figma. If its not found: - An alert is shown in the fetch output. - The component page is hidden in the menu and the components list. - A 404 page is shown if the missing component is accessed directly. -- Fixes a grouping issue where opacity was in an undefined group on the buttons -page. +- Fixes a grouping issue where opacity was in an undefined group on the buttons + page. - Fixes a problem with blur radius and spread values on shadow tokens ## [0.1.5] - 2023-03-10