From f0eb7204ae5b26297fe364fbfc39e8c1f768d353 Mon Sep 17 00:00:00 2001 From: Carl Hartzell Date: Mon, 3 Jul 2023 14:59:30 +0200 Subject: [PATCH] ci: Add keyword node-red to package.json --- CHANGELOG.md | 5 +++++ package.json | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884d308..64c1a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.0.3](https://github.com/sinch/node-red-contrib-sinch-conversation-api/compare/v1.0.2...v1.0.3) (2023-07-03) + +### Add keyword for Node-RED +* Add Keyword "node-red" in order to make it available on https://flows.nodered.org/ + ## [1.0.2](https://github.com/sinch/node-red-contrib-sinch-conversation-api/compare/v1.0.1...v1.0.2) (2023-06-26) ### Bug Fixes diff --git a/package.json b/package.json index 025074e..6246b07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sinch/node-red-conversation-api", - "version": "1.0.2", + "version": "1.0.3", "author": "Sinch AB", "description": "Package of Sinch messaging nodes for Node-RED", "homepage": "https://www.sinch.com/", @@ -9,6 +9,9 @@ "type": "git", "url": "https://github.com/sinch/node-red-conversation-api.git" }, + "keywords": [ + "node-red" + ], "scripts": { "lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext .js .", "lint:fix": "npm run lint -- --fix",