Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.14.0](https://github.com/wayofdev/docker-node/compare/v1.13.3...v1.14.0) (2023-05-17)


### Features

* use reusable workflows ([e8b155a](https://github.com/wayofdev/docker-node/commit/e8b155a54de22f8153f68fd86cecc9689e3f9d51))


### Bug Fixes

* add path ([cd827ec](https://github.com/wayofdev/docker-node/commit/cd827ecb623feaead659a8571e7dcb922688d7e0))
* missing 20 version of node ([dac34d8](https://github.com/wayofdev/docker-node/commit/dac34d8efab43b65e630a9f5f8ab6f9f309a6b4f))
* missing 20 version of node ([2663637](https://github.com/wayofdev/docker-node/commit/2663637e9290e74acc660a9e4d55883b563bffab))
* set curl to version 8.x ([5d5ea99](https://github.com/wayofdev/docker-node/commit/5d5ea99c8847fa8c65ac98754634fa177bc07636))

## [1.13.3](https://github.com/wayofdev/docker-node/compare/v1.13.2...v1.13.3) (2023-04-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.13.3",
"version": "1.14.0",
"repository": {
"url": "https://github.com/wayofdev/docker-node.git"
},
Expand Down