Skip to content

Commit 185b0c9

Browse files
authored
Merge pull request #16 from wayofdev/release-please--branches--master--components--docker-node
2 parents 685ea1e + 9d38854 commit 185b0c9

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/wayofdev/docker-node/compare/v1.7.0...v1.8.0) (2023-02-22)
4+
5+
6+
### Features
7+
8+
* update pnpm ([c15f739](https://github.com/wayofdev/docker-node/commit/c15f739a7489d66be0e9067d66235521012ddb01))
9+
10+
11+
### Bug Fixes
12+
13+
* failing github ci ([c1c4317](https://github.com/wayofdev/docker-node/commit/c1c43178fff7d6c0ceb86711e3169a0e7e975765))
14+
* IMAGE_TAG should be defined before build ([f46dacf](https://github.com/wayofdev/docker-node/commit/f46dacf407bd6d0423282f407d74a6e4ce033485))
15+
* missing IMAGE_TAG ([93037f7](https://github.com/wayofdev/docker-node/commit/93037f7a4cab750c091633e2f1c3d88b99776f3e))
16+
17+
18+
### Miscellaneous
19+
20+
* changes ([a35f9ee](https://github.com/wayofdev/docker-node/commit/a35f9ee8f40425b7cc28c6408a156c6cc4cad340))
21+
322
## [1.7.0](https://github.com/wayofdev/docker-node/compare/v1.6.0...v1.7.0) (2023-01-15)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.0",
2+
"version": "1.8.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/docker-node.git"
55
},

0 commit comments

Comments
 (0)