You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/08/11 15:10:43 UTC

[openwhisk-package-alarms] branch master updated: release prep: change version in package.json to 2.2.0 (#221)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f54e081  release prep: change version in package.json to 2.2.0 (#221)
f54e081 is described below

commit f54e0812d0d24be459f5c91f23fa060ac6c21b2f
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Aug 11 11:10:34 2020 -0400

    release prep: change version in package.json to 2.2.0 (#221)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 557e1f6..b1e0c93 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@openwhisk/alarms-trigger",
-  "version": "2.1.0",
+  "version": "2.2.0",
   "description": "A service to trigger OpenWhisk triggers based on cron notation",
   "main": "app.js",
   "license": "Apache-2.0",