Skip to content

Commit 7cb19cc

Browse files
authored
Merge pull request #2 from sinch/release-please--branches--main--components--node-red-contrib-sinch-conversation-api
chore(main): release 1.0.1
2 parents 96f807d + 5190d7a commit 7cb19cc

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.0.1](https://github.com/sinch/node-red-contrib-sinch-conversation-api/compare/v1.0.0...v1.0.1) (2023-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* typo in readme ([535ee27](https://github.com/sinch/node-red-contrib-sinch-conversation-api/commit/535ee2719f380ef78a3a763fd970d1da0f7762d5))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@sinch/node-red-contrib-sinch-conversation-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Sinch AB",
55
"description": "Package of Sinch messaging nodes for Node-RED",
66
"homepage": "https://www.sinch.com/",
77
"license": "Apache-2.0",
88
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/sinch/node-red-contrib-sinch-conversation-api.git"
9+
"type": "git",
10+
"url": "https://github.com/sinch/node-red-contrib-sinch-conversation-api.git"
1111
},
1212
"scripts": {
1313
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext .js .",

0 commit comments

Comments
 (0)