Skip to content

Commit

Permalink
chore(release): 0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Aug 14, 2022
1 parent 039bb33 commit e32e7ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
},
Expand Down

0 comments on commit e32e7ac

Please sign in to comment.