From 1992da8c1c262352076176fc96c44b154530556d Mon Sep 17 00:00:00 2001 From: Loris Bettazza Date: Fri, 25 Sep 2020 17:37:25 +0200 Subject: [PATCH] :memo: Update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c73c8..c86f1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,22 @@ 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). +## [1.0.2] + +### Fixed + +- Highlighted variable color was not showing in scrollbar + ## [1.0.1] ### Fixed -- Fixed `.vscodeignore` file to allow readme and images to be published +- `.vscodeignore` file to allow readme and images to be published ## [1.0.0] - Initial release +[1.0.2]: https://github.com/Pustur/rapture-vscode/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/Pustur/rapture-vscode/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/Pustur/rapture-vscode/releases/tag/1.0.0