Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #130 from technote-space/release/next-v4.0.1
Browse files Browse the repository at this point in the history
release: v4.0.2
  • Loading branch information
technote-space committed Nov 22, 2020
2 parents f4ea834 + 65e1c27 commit 3057eec
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 662 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
+(src|__tests__)/**/*.ts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v3
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
+(src|__tests__)/**/*.ts
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/get-diff-action",
"version": "4.0.1",
"version": "4.0.2",
"description": "GitHub actions to get git diff.",
"keywords": [
"github",
Expand Down Expand Up @@ -36,28 +36,28 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@technote-space/filter-github-action": "^0.5.6",
"@technote-space/github-action-helper": "^4.0.5",
"@technote-space/github-action-log-helper": "^0.1.6",
"@technote-space/filter-github-action": "^0.5.7",
"@technote-space/github-action-helper": "^4.2.7",
"@technote-space/github-action-log-helper": "^0.1.8",
"multimatch": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@technote-space/github-action-test-helper": "^0.6.2",
"@technote-space/release-github-actions-cli": "^1.7.1",
"@technote-space/github-action-test-helper": "^0.6.4",
"@technote-space/release-github-actions-cli": "^1.7.2",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.14.0",
"husky": "^4.3.0",
"jest": "^26.6.1",
"jest-circus": "^26.6.1",
"lint-staged": "^10.5.0",
"nock": "^13.0.4",
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.1",
"nock": "^13.0.5",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 3057eec

Please sign in to comment.