We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 772729b + 737dcf0 commit 3c4824aCopy full SHA for 3c4824a
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## [1.1.0](https://github.com/wayofdev/docker-node/compare/v1.0.0...v1.1.0) (2022-12-09)
16
17
package.json
@@ -1,5 +1,5 @@
{
- "version": "1.1.0",
+ "version": "1.2.0",
"repository": {
"url": "https://github.com/wayofdev/docker-node.git"
}
0 commit comments