Skip to content

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4og committed Nov 2, 2022
1 parent 66feb87 commit 4035656
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.7.0] - 2022-11-02

- Update grammar to zserio 2.8.0.

## [0.6.1] - 2022-09-06

- Update dependencies.
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zserio-language-support",
"displayName": "zserio Language Support",
"description": "zserio schema language support",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",
"preview": true,
"icon": "images/icon.png",
Expand All @@ -22,8 +22,7 @@
"onLanguage:zserio"
],
"contributes": {
"languages": [
{
"languages": [{
"id": "zserio",
"aliases": [
"zserio"
Expand All @@ -48,8 +47,7 @@
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"grammars": [{
"language": "zserio",
"scopeName": "source.zs",
"path": "./syntaxes/zserio.tmLanguage.json"
Expand Down Expand Up @@ -81,4 +79,4 @@
"dependencies": {
"antlr4": "4.9.3"
}
}
}

0 comments on commit 4035656

Please sign in to comment.