Commit a5d69be 1 parent 84d7e54 commit a5d69be Copy full SHA for a5d69be
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# Changelog
21
21
22
- ## Next
22
+ ## 2.3.0
23
23
* Switch from Node.js 10 to Node.js 14 (#229 )
24
24
* Bump up cron to 1.8.2 (#223 )
25
+ * Update akka versions to track core repo (#231 )
25
26
26
27
## 2.2.0
27
-
28
28
* NodeJS version: 10.21.0
29
29
* Handle URL params gently (#219 )
30
30
* Add missing npm install. (#218 )
31
31
* Fix can't update strict (#217 )
32
32
* Make get the strict value correctly when using wsk trigger to get (#216 )
33
33
34
34
## 2.1.0
35
-
36
35
* NodeJS version: 10.20.1
37
36
* Update existing trigger feeds on create instead of failing (#202 )
38
37
* Add ` strict ` option while get trigger (#210 )
43
42
* remove use of short header in all cases (#193 )
44
43
45
44
## 2.0.0-incubating
46
-
47
45
* First Apache Release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openwhisk/alarms-trigger" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " A service to trigger OpenWhisk triggers based on cron notation" ,
5
5
"main" : " app.js" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments