Skip to content

Commit

Permalink
Merge pull request #9 from sinch/ci/keywords
Browse files Browse the repository at this point in the history
ci: Add keyword node-red to package.json
  • Loading branch information
sinchflows authored Jul 3, 2023
2 parents 7c55911 + f0eb720 commit 48a825f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand All @@ -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",
Expand Down

0 comments on commit 48a825f

Please sign in to comment.