Skip to content

Commit 82f7f15

Browse files
committed
Update Changelog and release 0.3.0
1 parent 7beedc3 commit 82f7f15

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.3.0] - 2021-12-26
13+
1014
### Added
1115

1216
- Lint Dockerfile with <https://github.com/hadolint/hadolint>
@@ -101,6 +105,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
101105

102106
- Everything!
103107

104-
[Unreleased]: https://github.com/nickjj/docker-node-example/compare/0.2.0...HEAD
108+
[Unreleased]: https://github.com/nickjj/docker-node-example/compare/0.3.0...HEAD
109+
[0.3.0]: https://github.com/nickjj/docker-node-example/compare/0.2.0...0.3.0
105110
[0.2.0]: https://github.com/nickjj/docker-node-example/compare/0.1.0...0.2.0
106111
[0.1.0]: https://github.com/nickjj/docker-node-example/releases/tag/0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ these commands for PowerShell if you want.
131131
git clone https://github.com/nickjj/docker-node-example hellonode
132132
cd hellonode
133133

134-
# Optionally checkout a specific tag, such as: git checkout 0.2.0
134+
# Optionally checkout a specific tag, such as: git checkout 0.3.0
135135
```
136136

137137
#### Copy a few example files because the real files are git ignored:

0 commit comments

Comments
 (0)