Skip to content

Commit

Permalink
Bump version to 2.3.0 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Turtiainen committed Jan 10, 2019
1 parent 8eb22b0 commit 191c10f
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 33 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.3.0
* Release date: January 10, 2019

### What's new in this version
* Fix error when keyword call has been split into multiple rows with '...'.
* Add support for Goto definition for keywords that are parameters to one of Run Keyword keywords from the BuiltIn library.

## Version 2.2.1
* Release date: October 28, 2018

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.2.1",
"version": "2.3.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.2.1",
"version": "2.3.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version": "2.2.1",
"engines": {
"node": "8"
},
"scripts": {
"install": "npm run install-client && npm run install-server",
"install-client": "cd client && npm i",
"install-server": "cd server && npm i",
"lint": "npm run lint-client && npm run lint-server",
"lint-client": "cd client && npm run lint",
"lint-server": "cd server && npm run lint",
"test": "npm run test-client && npm run test-server",
"test-client": "cd client && npm run test",
"test-server": "cd server && npm run test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tomi/vscode-rf-language-server.git"
},
"author": "Tomi Turtiainen <[email protected]>",
"bugs": {
"url": "https://github.com/tomi/vscode-rf-language-server/issues"
},
"homepage": "https://github.com/tomi/vscode-rf-language-server#readme",
"contributors": [
"Tomi Turtiainen <[email protected]>"
]
"version": "2.3.0",
"engines": {
"node": "8"
},
"scripts": {
"install": "npm run install-client && npm run install-server",
"install-client": "cd client && npm i",
"install-server": "cd server && npm i",
"lint": "npm run lint-client && npm run lint-server",
"lint-client": "cd client && npm run lint",
"lint-server": "cd server && npm run lint",
"test": "npm run test-client && npm run test-server",
"test-client": "cd client && npm run test",
"test-server": "cd server && npm run test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tomi/vscode-rf-language-server.git"
},
"author": "Tomi Turtiainen <[email protected]>",
"bugs": {
"url": "https://github.com/tomi/vscode-rf-language-server/issues"
},
"homepage": "https://github.com/tomi/vscode-rf-language-server#readme",
"contributors": [
"Tomi Turtiainen <[email protected]>"
]
}
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.2.1",
"version": "2.3.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 191c10f

Please sign in to comment.