Skip to content

Commit 3c4824a

Browse files
authored
Merge pull request #4 from wayofdev/release-please--branches--master--components--docker-node
2 parents 772729b + 737dcf0 commit 3c4824a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/wayofdev/docker-node/compare/v1.1.0...v1.2.0) (2022-12-09)
4+
5+
6+
### Features
7+
8+
* better conditional syntax in src dockerfile ([6ba0fb8](https://github.com/wayofdev/docker-node/commit/6ba0fb8dc7bf521cb0ffcb90d6f061f76b1ef38b))
9+
10+
11+
### Bug Fixes
12+
13+
* In POSIX sh, == in place of = is undefined ([772729b](https://github.com/wayofdev/docker-node/commit/772729bc29ec5618a6c36dd4926c606889f3a85f))
14+
315
## [1.1.0](https://github.com/wayofdev/docker-node/compare/v1.0.0...v1.1.0) (2022-12-09)
416

517

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/docker-node.git"
55
}

0 commit comments

Comments
 (0)