From 5190d7a8e8ed54a676d63bde393227c331d359b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:15:15 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 6 +++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..99d9377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.1](https://github.com/sinch/node-red-contrib-sinch-conversation-api/compare/v1.0.0...v1.0.1) (2023-06-26) + + +### Bug Fixes + +* typo in readme ([535ee27](https://github.com/sinch/node-red-contrib-sinch-conversation-api/commit/535ee2719f380ef78a3a763fd970d1da0f7762d5)) diff --git a/package-lock.json b/package-lock.json index c2f0f51..70ece8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sinch/node-red-contrib-sinch-conversation-api", - "version": "0.0.1", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sinch/node-red-contrib-sinch-conversation-api", - "version": "0.0.1", + "version": "1.0.1", "license": "ISC", "dependencies": { "got": "11.8.1", diff --git a/package.json b/package.json index 6ca0d6b..876058f 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@sinch/node-red-contrib-sinch-conversation-api", - "version": "1.0.0", + "version": "1.0.1", "author": "Sinch AB", "description": "Package of Sinch messaging nodes for Node-RED", "homepage": "https://www.sinch.com/", "license": "Apache-2.0", "repository": { - "type": "git", - "url": "https://github.com/sinch/node-red-contrib-sinch-conversation-api.git" + "type": "git", + "url": "https://github.com/sinch/node-red-contrib-sinch-conversation-api.git" }, "scripts": { "lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext .js .",