@trycourier/courier 3.10.0 → 3.10.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 +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,9 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
 
6
6
  ## [Unreleased][unreleased]
7
7
 
8
- ## [3.10.0] - 2022-03-20
8
+ ## [3.10.1] - 2022-03-20
9
9
  - adds support for messages timeout (`message.timeout`)
10
10
 
11
+ ## [3.10.0] - 2020-03-24
12
+ - adds support for messages brand_id (`message.brand_id`)
13
+
11
14
  ## [3.9.0] - 2022-03-17
12
15
 
13
16
  - adds support for bulk messaging API v2 support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/courier",
3
- "version": "3.10.0",
3
+ "version": "3.10.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",