diff --git a/CHANGELOG.md b/CHANGELOG.md index 455b05a01496a4f3c7ead4462c4a348231d91fb2..64cf2951dfca3e655e49281bcacf00d963131b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,4 +103,10 @@ ## [2.0.1] - bug fix regarding completion -- stability improvements \ No newline at end of file +- stability improvements + + +## [2.0.2] + +- bug fixed that were introduced by not properly rebasing server branches +- brought back notifcation when evaluation is done \ No newline at end of file diff --git a/README.md b/README.md index ac6393e0ecb0f1aa2d80713c813d8cd8b43efbf6..6bbbf13038e3467950db8192b377d82ea3fdeea8 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,10 @@ The language server can be found here https://github.com/SeeBasTStick/b-language ## Release Notes -### 2.0.1 +### 2.0.2 -- bug fixes reading statespacel life cycle +- bug fixed that were introduced by not properly rebasing server branches +- brought back notifcation when evaluation is done ## Acknowledgements diff --git a/package-lock.json b/package-lock.json index cbad9d79a16ee4f418201900122f8e45cf9b591e..e91327fe1efcca00a4d450ef8bca6aabd81be2e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -89,9 +89,9 @@ } }, "@types/node": { - "version": "14.14.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.5.tgz", - "integrity": "sha512-H5Wn24s/ZOukBmDn03nnGTp18A60ny9AmCwnEcgJiTgSGsCO7k+NWP7zjCCbhlcnVCoI+co52dUAt9GMhOSULw==" + "version": "14.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.6.tgz", + "integrity": "sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw==" }, "@types/stream-to-array": { "version": "2.3.0", @@ -250,8 +250,11 @@ "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" }, "b-language-server": { - "version": "https://github.com/SeeBasTStick/b-language-server/archive/v2.1.0.tar.gz", - "integrity": "sha512-lzDTM3heNsJiWDrG7jFYY2eAq/2t9GhG0t8zEkXWo6UqeC+Nwnzja6px9gi6rHrKAX+hT/gg2olzI2GlNtEITw==" + "version": "https://github.com/SeeBasTStick/b-language-server/archive/v2.1.1.tar.gz", + "integrity": "sha512-ckxUGHivHfd70SDTewD/BK7gkELoMY7y//AMK1N26mPeJGyyzO/UmchPllbFLL94xsKtJgyLghtzSnHkVmqkrA==", + "requires": { + "run-script-os": "^1.1.1" + } }, "balanced-match": { "version": "1.0.0", diff --git a/package.json b/package.json index 8cab6f8c1fefb6d1800e3cf183215647e8ab178e..1b99db65a4bb478c7ae0a6a735c211f87cbff5df 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ }, "devDependencies": { "@types/mocha": "^7.0.2", - "@types/node": "^14.14.5", + "@types/node": "^14.14.6", "@typescript-eslint/parser": "^2.34.0", "eslint": "^7.12.1", "mocha": "^7.2.0", @@ -156,7 +156,7 @@ "@types/ndjson": "^1.5.0", "@types/stream-to-array": "^2.3.0", "@types/vscode": "^1.49.0", - "b-language-server": "https://github.com/SeeBasTStick/b-language-server/archive/v2.1.0.tar.gz", + "b-language-server": "https://github.com/SeeBasTStick/b-language-server/archive/v2.1.1.tar.gz", "clean": "^4.0.2", "error": "^10.4.0", "fs": "0.0.1-security",