Skip to content

Commit d041427

Browse files
committed
chore: release v0.15.0
1 parent 0b74497 commit d041427

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.15.0](https://github.com/naimo84/node-red-contrib-dockerode/compare/v0.14.0...v0.15.0)
8+
9+
- Bunch of fixes and an improvement [`#59`](https://github.com/naimo84/node-red-contrib-dockerode/pull/59)
10+
- chore: update nodered dependency [`0b74497`](https://github.com/naimo84/node-red-contrib-dockerode/commit/0b74497fed7feae3e809a4819f2fe6a0345b942e)
11+
- - docker-container-actions node now has option to return the full output all at once on completion instead of only streaming [`f6f2ab2`](https://github.com/naimo84/node-red-contrib-dockerode/commit/f6f2ab2cde6b09b5cdac32870be63b751aed81a9)
12+
- feat: issue #56, Allow passing msg properties to container logs [`3a0b5cc`](https://github.com/naimo84/node-red-contrib-dockerode/commit/3a0b5cc9cc634156faf5192b71570fd03f337837)
13+
714
#### [v0.14.0](https://github.com/naimo84/node-red-contrib-dockerode/compare/v0.13.1...v0.14.0)
815

16+
> 2 April 2023
17+
918
- feat: add TLS Config, #49 [`4e7ff94`](https://github.com/naimo84/node-red-contrib-dockerode/commit/4e7ff94e245cf1b8d66db7fe17cc2e5cb056556d)
19+
- chore: release v0.14.0 [`cd6e638`](https://github.com/naimo84/node-red-contrib-dockerode/commit/cd6e6381a77eb4e938a5deeee934f286b1080a5a)
1020

1121
#### [v0.13.1](https://github.com/naimo84/node-red-contrib-dockerode/compare/v0.13.0...v0.13.1)
1222

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-dockerode",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "node-red nodes to communicate with docker",
55
"author": {
66
"name": "naimo84",
@@ -35,7 +35,7 @@
3535
"build": "gulp",
3636
"release": "release-it",
3737
"dev": "gulp develop",
38-
"nodered":"node-red"
38+
"nodered": "node-red"
3939
},
4040
"node-red": {
4141
"nodes": {

0 commit comments

Comments
 (0)