Skip to content

Commit

Permalink
Bump version to 2.8.0 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Oct 28, 2019
1 parent e028f33 commit 1ba1d2b
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library-docs/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 library-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rf-intellisense",
"version": "2.7.0",
"version": "2.8.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.7.0",
"version": "2.8.0",
"engines": {
"node": "8"
},
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rf-intellisense",
"version": "2.7.0",
"version": "2.8.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 1ba1d2b

Please sign in to comment.