@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -3
  2. 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
- - adds support for granular timeouts for channel and providers
9
- - adds support for change and provider utm metadata (`channels.metadata.utm` and `providers.metadata.utm`) that augments action blocks links
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "description": "A node.js module for communicating with the Courier REST API.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",