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-package-alarms.git
The following commit(s) were added to refs/heads/master by this push:
new a5d69be update CHANGELOG and package.json to prepare for release
(#232)
a5d69be is described below
commit a5d69be420654b41bef50f1671f314b9e1cd7894
Author: David Grove <[email protected]>
AuthorDate: Sun Aug 22 21:10:47 2021 -0400
update CHANGELOG and package.json to prepare for release (#232)
---
CHANGELOG.md | 6 ++----
package.json | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d937ea..09c528b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,12 +19,12 @@
# Changelog
-## Next
+## 2.3.0
* Switch from Node.js 10 to Node.js 14 (#229)
* Bump up cron to 1.8.2 (#223)
+* Update akka versions to track core repo (#231)
## 2.2.0
-
* NodeJS version: 10.21.0
* Handle URL params gently (#219)
* Add missing npm install. (#218)
@@ -32,7 +32,6 @@
* Make get the strict value correctly when using wsk trigger to get (#216)
## 2.1.0
-
* NodeJS version: 10.20.1
* Update existing trigger feeds on create instead of failing (#202)
* Add `strict` option while get trigger (#210)
@@ -43,5 +42,4 @@
* remove use of short header in all cases (#193)
## 2.0.0-incubating
-
* First Apache Release
diff --git a/package.json b/package.json
index 0bbd049..7fddc50 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@openwhisk/alarms-trigger",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "A service to trigger OpenWhisk triggers based on cron
notation",
"main": "app.js",
"license": "Apache-2.0",