Skip to content

Commit

Permalink
Release 0.8.1 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 4, 2022
1 parent fb6d178 commit c2a3a5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## 0.8.1

## Bugfixes

- Add language configuration files in vsix package (#454) @ganeshrn

## 0.8.0

## Minor Changes
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 @@ -485,5 +485,5 @@
"test-compile": "npm run clean && tsc -p ./",
"test-e2e": "npm run test-compile && node ./out/client/test/testRunner"
},
"version": "0.8.0"
"version": "0.8.1"
}

0 comments on commit c2a3a5c

Please sign in to comment.