Skip to content

Commit

Permalink
Bump version to 2.7.0 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Turtiainen committed Oct 5, 2019
1 parent 9502069 commit 9c364ad
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 36 deletions.
7 changes: 5 additions & 2 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Change Log

## Version xxx
* Release date: yyy
## Version 2.7.0
* Release date: October 5, 2019

### What's new in this version
* Fix error when both a file added and file removed event is received for the same file at the same time.
* Fix watching of python files. There was a bug that caused python files to not be reparsed if they were changed.
* Fix .resource files not being correctly monitored for changes.
* Fix anchor links in README. Thanks to [@JaPyR](https://github.com/JaPyR) for fixing!
* Add definitions for standard library versions 3.1.1. Big thanks to [@lolotoms](https://github.com/lolotoms) for this!

## Version 2.6.0
* Release date: July 12, 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.6.0",
"version": "2.7.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.6.0",
"version": "2.7.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.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"version": "2.6.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]>"
]
"version": "2.7.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.6.0",
"version": "2.7.0",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 9c364ad

Please sign in to comment.