Skip to content

Commit

Permalink
chore(release): 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Jan 2, 2022
1 parent b003401 commit fb7e8b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.19](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.18...v0.1.19) (2022-01-02)


### Features

* antiquotation brackets ([55e9258](https://github.com/jnoortheen/vscode-nix-ide/commit/55e92589b9b73eda3314a7b14e059c0ff77a1bfb))
* path angle brackets ([f79b542](https://github.com/jnoortheen/vscode-nix-ide/commit/f79b54226f2ad5a6ddbe968c632c4c75b2141974))
* word pattern ([d1389f6](https://github.com/jnoortheen/vscode-nix-ide/commit/d1389f6c479ceee7813635f793d7d3c02e27329c))


### Bug Fixes

* auto close at end of string ([ae0c981](https://github.com/jnoortheen/vscode-nix-ide/commit/ae0c981de0a60a5910dca472643bbbf43ef51c63))
* auto close double quotes in comments ([aab9cef](https://github.com/jnoortheen/vscode-nix-ide/commit/aab9ceffa3e52a4938b5907697b7edadd51069fb))
* don't auto close single quotes ([c912fc8](https://github.com/jnoortheen/vscode-nix-ide/commit/c912fc8c128c0bc1c4600ae2aa904237cb13e780))
* folding marker comments ([bab9fdf](https://github.com/jnoortheen/vscode-nix-ide/commit/bab9fdfcbb2ae2fcceb8c11cec2c1e96d6f14c45))
* quotes inside attributes ([b003401](https://github.com/jnoortheen/vscode-nix-ide/commit/b0034014a1b96ac862e4ff678e2f93917fdd7f91)), closes [#189](https://github.com/jnoortheen/vscode-nix-ide/issues/189)
* update branch names in ci configs ([66e6991](https://github.com/jnoortheen/vscode-nix-ide/commit/66e69919cf84fd4465378368a8525a935ce9c81a))

### [0.1.18](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.17...v0.1.18) (2021-10-12)

### [0.1.17](https://github.com/jnoortheen/vscode-nix-ide/compare/v0.1.16...v0.1.17) (2021-10-12)
Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "0.1.19",
"publisher": "jnoortheen",
"icon": "images/icon.png",
"license": "MIT",
Expand Down

0 comments on commit fb7e8b9

Please sign in to comment.