diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e8a8e..419328c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [UNRELEASED] +## [1.3.21] - 20220918 ### Fixed - [CSS] No need to apply any style for word entirelly in captial letters. it looks weird, and textile-lang doesn't apply any style on it. Fixes #67 diff --git a/package.json b/package.json index ff9cce4..265cf9b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-textile-preview", "displayName": "%displayName%", "description": "%description%", - "version": "1.3.20", + "version": "1.3.21", "icon": "media/textile-mark_logo.png", "publisher": "GehDoc", "license": "SEE LICENSE IN LICENSE.txt",