Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode Release v0.14.9 #1539

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading