Skip to content

Commit

Permalink
VSCode Release v0.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Oct 28, 2024
1 parent 6c7c8fe commit b3c5a31
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions vscode/quint-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security

## v0.14.9 -- 2024-10-28

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## v0.14.8 -- 2024-10-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions vscode/quint-vscode/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 vscode/quint-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Quint",
"description": "Language support for Quint specifications",
"icon": "./icons/logo.png",
"version": "0.14.8",
"version": "0.14.9",
"publisher": "informal",
"engines": {
"vscode": "^1.52.0"
Expand Down
18 changes: 9 additions & 9 deletions vscode/quint-vscode/server/package-lock.json

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

4 changes: 2 additions & 2 deletions vscode/quint-vscode/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@informalsystems/quint-language-server",
"description": "Language Server for the Quint specification language",
"version": "0.14.8",
"version": "0.14.9",
"author": "Informal Systems",
"contributors": [
{
Expand Down Expand Up @@ -43,7 +43,7 @@
"test/**/*.ts"
],
"dependencies": {
"@informalsystems/quint": "^0.22.2",
"@informalsystems/quint": "^0.22.3",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-uri": "^3.0.7"
Expand Down

0 comments on commit b3c5a31

Please sign in to comment.