Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit a1ce256

Browse files
committed
chore(release): 1.3.0
1 parent 6542cb0 commit a1ce256

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.3.0"></a>
6+
# [1.3.0](https://github.com/muka/node-red-openfaas/compare/v1.2.0...v1.3.0) (2017-11-19)
7+
8+
9+
510
<a name="1.2.0"></a>
611
# [1.2.0](https://github.com/muka/node-red-openfaas/compare/v1.1.0...v1.2.0) (2017-11-18)
712

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "node-red-contrib-openfaas",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Call your OpenFaaS function from Node RED",
55
"license": "MIT",
66
"repository": "muka/node-red-openfaas",
77
"main": "",
8-
"keywords": [ "node-red", "openfaas", "function-as-a-service" ],
8+
"keywords": [
9+
"node-red",
10+
"openfaas",
11+
"function-as-a-service"
12+
],
913
"scripts": {
1014
"release": "./node_modules/standard-version/bin/cli.js --release-as minor"
1115
},

0 commit comments

Comments
 (0)