Skip to content

Commit cdef63d

Browse files
committed
Merge branch 'master' of github-lotyp:wayofdev/docker-node
* 'master' of github-lotyp:wayofdev/docker-node: chore(master): release 1.4.0 github-actions(deps): bump actions/checkout from 3.1.0 to 3.2.0
2 parents dbf338f + 36b67b9 commit cdef63d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: e1himself/[email protected]
3232

3333
- name: Checkout
34-
uses: actions/checkout@v3.1.0
34+
uses: actions/checkout@v3.2.0
3535

3636
- name: Set Environment Variables
3737
env:

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Repository checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v3.2.0
1818
with:
1919
fetch-depth: 0
2020

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/wayofdev/docker-node/compare/v1.3.0...v1.4.0) (2022-12-28)
4+
5+
6+
### Features
7+
8+
* pnpm 7.20.0 ([8319882](https://github.com/wayofdev/docker-node/commit/8319882568b27b51177981e8d95efd764fbddd96))
9+
310
## [1.3.0](https://github.com/wayofdev/docker-node/compare/v1.2.0...v1.3.0) (2022-12-20)
411

512

package.json

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

0 commit comments

Comments
 (0)