Skip to content

Commit

Permalink
Bump version to 2.2.1 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi committed Oct 28, 2018
1 parent 0dc10f0 commit ebc7e39
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

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

### What's new in this version
* Fix keywords being namespaced too eagerly in code completion suggestions
* Now the namespace (i.e. the file name of a resource file, or library name for libraries) is shown only if there are multiple keywords with the same name
* Suggest also resource file and library names in code completion

## Version 2.2.0
* Release date: October 21, 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.0",
"version": "2.2.1",
"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.0",
"version": "2.2.1",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0",
"version": "2.2.1",
"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.2.0",
"version": "2.2.1",
"description": "Robot Framework Intellisense",
"license": "MIT",
"author": {
Expand Down

0 comments on commit ebc7e39

Please sign in to comment.