From e32e7ac428b60337c06cf6b4597f34fc5b10384d Mon Sep 17 00:00:00 2001 From: Noortheen Raja Date: Sun, 14 Aug 2022 21:16:08 +0530 Subject: [PATCH] chore(release): 0.1.21 --- CHANGELOG.md | 7 +++++++ package.json | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1f19d..69f0448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.21](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.20...v0.1.21) (2022-08-14) + + +### Bug Fixes + +* mark interpolation as meta.embedded instead of markup.italic ([cd420d0](https://github.com/jnoortheen/vscode-nix-ide/commit/cd420d0bcea26cf1cf650f47c738bd1b6658a80c)) + ### [0.1.20](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.19...v0.1.20) (2022-02-23) ### [0.1.19](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.18...v0.1.19) (2022-01-02) diff --git a/package.json b/package.json index c86ffcc..b559762 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nix-ide", "displayName": "Nix IDE", "description": "Nix language support with formatting and error report.", - "version": "0.1.20", + "version": "0.1.21", "publisher": "jnoortheen", "icon": "images/icon.png", "license": "MIT", @@ -71,7 +71,10 @@ "title": "NixIDE", "properties": { "nix.formatterPath": { - "type": ["string", "array"], + "type": [ + "string", + "array" + ], "default": "nixpkgs-fmt", "description": "Location of the nix formatter command." },