You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/12/14 21:44:20 UTC

[cordova-plugman] 01/02: CB-13674 Updated version and RELEASENOTES.md for release 2.0.0

This is an automated email from the ASF dual-hosted git repository.

steven pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugman.git

commit 9224753804e2c62052e88bddb0db55ed410d9d44
Author: Steve Gill <st...@gmail.com>
AuthorDate: Thu Dec 14 11:43:55 2017 -0800

    CB-13674 Updated version and RELEASENOTES.md for release 2.0.0
---
 RELEASENOTES.md | 4 ++++
 package.json    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ba66de7..9b04031 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 2.0.0 (Dec 14, 2017)
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated `cordova-lib` dependency to 8.0.0
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762): pointed `package.json` repo items to github mirrors instead of apache repos site (#89)
+
 ### 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`
diff --git a/package.json b/package.json
index 2683140..1572893 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.5.2-dev",
+  "version": "2.0.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-plugman"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.1.0",
+    "cordova-lib": "8.0.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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