Skip to content

Commit db319eb

Browse files
committed
Bump for 0.2.3
1 parent 4b2e94e commit db319eb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ You may need to run this with `sudo`, or from within an Administrator command sh
9393

9494
## Documentation
9595

96-
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#use-cases))
97-
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#how-to-use-node-generator))
98-
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#generated-files-which-node-package-contains))
99-
- [How to create a node from OpenAPI document](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#how-to-create-a-node-from-openapi-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#how-to-create-a-node-from-openapi-document))
100-
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#how-to-create-a-node-from-function-node))
101-
- [How to create a node from subflow](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#how-to-create-a-node-from-subflow) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#how-to-create-a-node-from-subflow))
102-
- [How to create a node from WoT Thing Description](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index.md#how-to-create-a-node-from-wot-thing-description) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.2/docs/index_ja.md#how-to-create-a-node-from-wot-thing-description))
96+
- [Use cases](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#use-cases) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#use-cases))
97+
- [How to use Node generator](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#how-to-use-node-generator) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#how-to-use-node-generator))
98+
- [Generated files which node package contains](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#generated-files-which-node-package-contains) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#generated-files-which-node-package-contains))
99+
- [How to create a node from OpenAPI document](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#how-to-create-a-node-from-openapi-document) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#how-to-create-a-node-from-openapi-document))
100+
- [How to create a node from function node](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#how-to-create-a-node-from-function-node) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#how-to-create-a-node-from-function-node))
101+
- [How to create a node from subflow](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#how-to-create-a-node-from-subflow) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#how-to-create-a-node-from-subflow))
102+
- [How to create a node from WoT Thing Description](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index.md#how-to-create-a-node-from-wot-thing-description) ([Japanese](https://github.com/node-red/node-red-nodegen/blob/0.2.3/docs/index_ja.md#how-to-create-a-node-from-wot-thing-description))
103103

104104
Note: Currently node generator supports GET and POST methods using JSON format without authentication.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-nodegen",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Node generator for Node-RED",
55
"homepage": "http://nodered.org",
66
"main": "./lib/nodegen.js",

0 commit comments

Comments
 (0)