diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index c398d89..6a12267 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Version 2.8.0 +* Release date: October 28, 2019 + +### What's new in this version +* Fix syntax highlight for named arguments where the value contains a '=' character. Big thanks to [3zk1m0](https://github.com/3zk1m0) for fixing this! +* Fix repository links in VSCode extension page. Thanks to [tumit](https://github.com/tumit) for fixing this! + ## Version 2.7.0 * Release date: October 5, 2019 diff --git a/client/package-lock.json b/client/package-lock.json index d8e9f3f..65820ab 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "rf-intellisense", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index ea84789..d2aa123 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "rf-intellisense", "displayName": "Robot Framework Intellisense", "description": "Robot Framework Intellisense", - "version": "2.7.0", + "version": "2.8.0", "license": "MIT", "publisher": "TomiTurtiainen", "icon": "icon.png", diff --git a/library-docs/package-lock.json b/library-docs/package-lock.json index fdfd424..3718204 100644 --- a/library-docs/package-lock.json +++ b/library-docs/package-lock.json @@ -1,6 +1,6 @@ { "name": "rf-intellisense", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/library-docs/package.json b/library-docs/package.json index 224de5f..905d287 100644 --- a/library-docs/package.json +++ b/library-docs/package.json @@ -1,6 +1,6 @@ { "name": "rf-intellisense", - "version": "2.7.0", + "version": "2.8.0", "description": "Robot Framework Intellisense", "license": "MIT", "author": { diff --git a/package-lock.json b/package-lock.json index 9e720c9..b313763 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,4 @@ { - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 937c419..2d7d5f4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.7.0", + "version": "2.8.0", "engines": { "node": "8" }, diff --git a/server/package-lock.json b/server/package-lock.json index d20981c..074ba59 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,6 +1,6 @@ { "name": "rf-intellisense", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/server/package.json b/server/package.json index ad3d8f4..fc56222 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "rf-intellisense", - "version": "2.7.0", + "version": "2.8.0", "description": "Robot Framework Intellisense", "license": "MIT", "author": {