Releases: great-detail/WhatsApp-Nodejs-SDK
Releases · great-detail/WhatsApp-Nodejs-SDK
v6.3.0
v6.2.1
v6.2.0
Minor Changes
- 4faaa2c: remove start of on-premises API
Patch Changes
- 53b72ae: build(deps-dev): bump @types/jest from 29.5.10 to 29.5.11
- 6d13401: build(deps-dev): bump cspell from 8.1.3 to 8.2.4
- 9e4d740: build(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.16.0
- 1027c91: build(deps-dev): bump eslint from 8.55.0 to 8.56.0
- 45ed5be: build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.15.0
v6.1.0
v6.0.3
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2023-12-16)
Bug Fixes
- correct import for AccountID (4e0f0ee)
Features
- allow businessID to be undefined in CloudAPI constructor (99d0a82)
BREAKING CHANGES
- if no value for businessID is specified in the constructor of CloudAPI, a value must be specified in the parameters object of the new
CloudAPI.message
method