We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ffbb7 commit 0ed8605Copy full SHA for 0ed8605
docs/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.2.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.1.0...v4.2.0) (2023-03-20)
2
+
3
4
+### Features
5
6
+* added i18n translation to postMessage fields ([#244](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/issues/244)) ([21ffbb7](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/commit/21ffbb7f13eaa98e830c163d4ca31705eaf517c0))
7
8
## [4.1.0](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs/compare/v4.0.0...v4.1.0) (2023-03-20)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@smartthings/smartapp",
- "version": "4.1.0",
+ "version": "4.2.0",
"description": "NodeJS SDK for SmartApps",
"displayName": "SmartThings SmartApp SDK for NodeJS",
"author": "SmartThings",
0 commit comments