CB-13380 Updated version and RELEASENOTES.md for release 1.5.1

Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/128d9526
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/128d9526
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/128d9526

Branch: refs/heads/1.5.x
Commit: 128d95269fa5b73e5608a140f67073ecd66cef28
Parents: 20c2f03
Author: Steve Gill <stevengil...@gmail.com>
Authored: Thu Oct 5 12:18:29 2017 -0700
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Thu Oct 5 12:18:29 2017 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/128d9526/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e9de3d9..ba66de7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 1.5.1 (Oct 04, 2017)
+* [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Updated 
`cordova-lib` dependecy to `7.1.0`
+* [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setup `eslint` 
and remove `jshint`
+
 ### 1.5.0 (May 02, 2017)
 * [CB-12747](https://issues.apache.org/jira/browse/CB-12747) Updated 
`cordova-lib` dependency to `7.0.0`
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/128d9526/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 35a069f..de03f85 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <alu...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.5.1-dev",
+  "version": "1.5.1",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.0.0",
+    "cordova-lib": "7.1.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to