Skip to content

Commit e568eab

Browse files
committed
Merge branch 'master' of github-lotyp:wayofdev/docker-node
* 'master' of github-lotyp:wayofdev/docker-node: github-actions(deps): bump redhat-plumbers-in-action/differential-shellcheck chore(master): release 1.7.0
2 parents c15f739 + 0414d8f commit e568eab

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Differential ShellCheck
22-
uses: redhat-plumbers-in-action/differential-shellcheck@v3
22+
uses: redhat-plumbers-in-action/differential-shellcheck@v4
2323
with:
2424
severity: warning
2525
token: ${{ secrets.GITHUB_TOKEN }}

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.7.0](https://github.com/wayofdev/docker-node/compare/v1.6.0...v1.7.0) (2023-01-15)
4+
5+
6+
### Features
7+
8+
* **deps:** update pnpm to 7.25.0 ([b6e28b3](https://github.com/wayofdev/docker-node/commit/b6e28b3ed820198fff0319270364543ede8a5448))
9+
310
## [1.6.0](https://github.com/wayofdev/docker-node/compare/v1.5.0...v1.6.0) (2023-01-04)
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.6.0",
2+
"version": "1.7.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/docker-node.git"
55
}

0 commit comments

Comments
 (0)