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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new b58e425  bump version for release 1.3.0 (#77)
b58e425 is described below

commit b58e425154fd6b008a17843db61a557a7ef1a26e
Author: Alexander Klimetschek <[email protected]>
AuthorDate: Mon Jul 27 19:50:14 2020 -0700

    bump version for release 1.3.0 (#77)
    
    * bump version to 1.3.0 for release
    
    * npm audit fix
---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index c1f6510..0003bc6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
     "name": "@openwhisk/wskdebug",
-    "version": "1.3.0-RC",
+    "version": "1.3.0",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
@@ -1976,9 +1976,9 @@
             }
         },
         "lodash": {
-            "version": "4.17.15",
-            "resolved": 
"https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz";,
-            "integrity": 
"sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+            "version": "4.17.19",
+            "resolved": 
"https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz";,
+            "integrity": 
"sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
             "dev": true
         },
         "lodash.flattendeep": {
diff --git a/package.json b/package.json
index 9efd154..7931d15 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@openwhisk/wskdebug",
-    "version": "1.3.0-RC",
+    "version": "1.3.0",
     "description": "Debugging and live development tool for Apache OpenWhisk",
     "license": "Apache-2.0",
     "author": "Apache Software Foundation",

Reply via email to