diff --git a/CHANGELOG.md b/CHANGELOG.md index db226da..6a080b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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). +*Please refer [Releases](https://github.com/willofindie/vscode-cssvar/releases) +for up-to-date Changelogs.* + ## [v0.0.1] - 2021-03-27 ### Added - Setup Logic diff --git a/package.json b/package.json index e9ba551..a6b7525 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "intellisense" ], "description": "Intellisense support for CSS Variables", - "version": "0.0.2", + "version": "0.0.3", "publisher": "phoenisx", "license": "MIT", "homepage": "https://github.com/willofindie/vscode-cssvar",