Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenguh committed Dec 1, 2021
1 parent b0bd352 commit 9dc432e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1] - 2021-11-30

### Fixed

- Fix an issue where `when` in conditional bindings couldn't be evaluated since v0.10.0. ([VSpaceCode/#256](https://github.com/VSpaceCode/VSpaceCode/issues/256))
- Fix an issue where `when` in conditional bindings couldn't be evaluated since v0.10.0. ([VSpaceCode#256](https://github.com/VSpaceCode/VSpaceCode/issues/256))

## [0.11.0] - 2021-11-29

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": {
"name": "Steven Guh"
},
"version": "0.11.0",
"version": "0.11.1",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit 9dc432e

Please sign in to comment.