Skip to content

Commit

Permalink
feat(plugin): new release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed Jan 9, 2018
1 parent eff22cf commit 524a2e1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ env:
- NVM_SYMLINK_CURRENT=true
- PACKAGE="Nodejs" # Package name
- SUBLIME_TEXT_VERSION="3"
- PLUGIN_VERSION="2.0.3"
# use UNITTESTING_TAG to specific tag of UnitTesting
# - UNITTESTING_TAG="master"

branches:
only:
- master
- kill-only-node-started-by-plugin

# mutliple os matrix
# https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)
Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
environment:
global:
PACKAGE: "Nodejs"
PLUGIN_VERSION: "2.0.3"
SUBLIME_TEXT_VERSION : "3"

matrix:
- nodejs_version: "6"
- nodejs_version: "8"


branches:
only:
- master
- kill-only-node-started-by-plugin

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.5.5": "messages/1.5.5.txt",
"1.5.6": "messages/1.5.6.txt",
"2.0.0": "messages/2.0.0.txt",
"2.0.2": "messages/2.0.2.txt"
"2.0.2": "messages/2.0.2.txt",
"2.0.3": "messages/2.0.3.txt",
}
6 changes: 6 additions & 0 deletions messages/2.0.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 2.0.3
-------------
This is a new release version

* Fix. Kill only Nodejs process started by the plugin not all Nodejs processes
in OS. Now works on Windows platform.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sublime-nodejs",
"version": "2.0.2",
"version": "2.0.3",
"description": "NPM Support file for the Sublime Text 3 Nodejs Plugin",
"dependencies": {
"commander": "^2.9.0",
Expand Down

0 comments on commit 524a2e1

Please sign in to comment.