Skip to content

Commit

Permalink
chore: release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
naimo84 committed May 19, 2024
1 parent 0b74497 commit d041427
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v0.15.0](https://github.com/naimo84/node-red-contrib-dockerode/compare/v0.14.0...v0.15.0)

- Bunch of fixes and an improvement [`#59`](https://github.com/naimo84/node-red-contrib-dockerode/pull/59)
- chore: update nodered dependency [`0b74497`](https://github.com/naimo84/node-red-contrib-dockerode/commit/0b74497fed7feae3e809a4819f2fe6a0345b942e)
- - 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)
- feat: issue #56, Allow passing msg properties to container logs [`3a0b5cc`](https://github.com/naimo84/node-red-contrib-dockerode/commit/3a0b5cc9cc634156faf5192b71570fd03f337837)

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-dockerode",
"version": "0.14.0",
"version": "0.15.0",
"description": "node-red nodes to communicate with docker",
"author": {
"name": "naimo84",
Expand Down Expand Up @@ -35,7 +35,7 @@
"build": "gulp",
"release": "release-it",
"dev": "gulp develop",
"nodered":"node-red"
"nodered": "node-red"
},
"node-red": {
"nodes": {
Expand Down

0 comments on commit d041427

Please sign in to comment.