@trycourier/courier 3.13.0 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased][unreleased]
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
## [3.13.1] - 2022-06-03
|
|
9
|
+
|
|
10
|
+
- adds provider and channel timeout
|
|
10
11
|
|
|
11
12
|
## [3.12.0] - 2022-03-31
|
|
12
13
|
|
|
@@ -16,11 +17,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
16
17
|
|
|
17
18
|
- adds support for `audiences`
|
|
18
19
|
|
|
19
|
-
|
|
20
20
|
## [3.10.1] - 2022-03-20
|
|
21
|
+
|
|
21
22
|
- adds support for messages timeout (`message.timeout`)
|
|
22
23
|
|
|
23
24
|
## [3.10.0] - 2020-03-24
|
|
25
|
+
|
|
24
26
|
- adds support for messages brand_id (`message.brand_id`)
|
|
25
27
|
|
|
26
28
|
## [3.9.0] - 2022-03-17
|