Skip to content
Snippets Groups Projects
Commit 785bd80d authored by dgelessus's avatar dgelessus
Browse files

Bump version number to 2.2.1

parent 375582db
No related branches found
No related tags found
No related merge requests found
Pipeline #131894 passed
...@@ -121,9 +121,13 @@ ...@@ -121,9 +121,13 @@
- Now requires VSCode 1.67 - Now requires VSCode 1.67
- Optimized dependencies - Optimized dependencies
## 2.2.0 (not released yet) ## 2.2.0
- Updated to ProB 1.13.0 - Updated to ProB 1.13.0
- Updated keywords for B rules machines - Updated keywords for B rules machines
- Changed settings prefixes from `languageServer` and `common` to `prob` - this will reset existing settings, but avoids conflicts with other extensions - Changed settings prefixes from `languageServer` and `common` to `prob` - this will reset existing settings, but avoids conflicts with other extensions
- Fixed and expanded snippets for B relation/function operators - Fixed and expanded snippets for B relation/function operators
## 2.2.1 (not released yet)
- (no changes yet)
\ No newline at end of file
...@@ -43,12 +43,9 @@ You can also install the plugin in [VSCodium](https://vscodium.com) by downloadi ...@@ -43,12 +43,9 @@ You can also install the plugin in [VSCodium](https://vscodium.com) by downloadi
## Release Notes ## Release Notes
### 2.2.0 ### 2.2.1
- Updated to ProB 1.13.0 - (no changes yet)
- Updated keywords for B rules machines
- Changed settings prefixes from `languageServer` and `common` to `prob` - this will reset existing settings, but avoids conflicts with other extensions
- Fixed and expanded snippets for B relation/function operators
## Acknowledgements ## Acknowledgements
......
{ {
"name": "b-language-extension", "name": "b-language-extension",
"version": "2.2.0", "version": "2.2.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "b-language-extension", "name": "b-language-extension",
"version": "2.2.0", "version": "2.2.1",
"license": "EPL-2.0", "license": "EPL-2.0",
"dependencies": { "dependencies": {
"vscode-languageclient": "^8.1.0" "vscode-languageclient": "^8.1.0"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "b-language-extension", "name": "b-language-extension",
"displayName": "B/ProB Language Support", "displayName": "B/ProB Language Support",
"description": "Compiler and language support for B via ProB", "description": "Compiler and language support for B via ProB",
"version": "2.2.0", "version": "2.2.1",
"publisher": "SeeBasTStick", "publisher": "SeeBasTStick",
"icon": "media/prob2-ui.png", "icon": "media/prob2-ui.png",
"author": "Sebastian Stock", "author": "Sebastian Stock",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment