Skip to content

Commit

Permalink
Merge pull request #193 from technote-space/release/next-v1.4.1
Browse files Browse the repository at this point in the history
release: v1.4.2
  • Loading branch information
technote-space authored Jul 12, 2020
2 parents 1443a67 + 5a6a5db commit 23c3426
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 111 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.4.1",
"version": "1.4.2",
"description": "GitHub actions to assign author to issue or PR.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -28,26 +28,26 @@
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^4.0.0",
"@technote-space/filter-github-action": "^0.2.18",
"@technote-space/filter-github-action": "^0.2.19",
"@technote-space/github-action-helper": "^3.0.3"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@technote-space/github-action-test-helper": "^0.5.1",
"@technote-space/release-github-actions-cli": "^1.6.8",
"@types/jest": "^26.0.3",
"@types/node": "^14.0.14",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^7.3.1",
"@types/jest": "^26.0.4",
"@types/node": "^14.0.22",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"eslint": "^7.4.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest-circus": "^26.1.0",
"lint-staged": "^10.2.11",
"nock": "^13.0.1",
"nock": "^13.0.2",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
"typescript": "^3.9.6"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 23c3426

Please sign in to comment.