Skip to content

Commit

Permalink
Merge pull request #186 from technote-space/release/next-v1.3.6
Browse files Browse the repository at this point in the history
release: v1.3.7
  • Loading branch information
technote-space authored May 20, 2020
2 parents 27b4b86 + 4228877 commit 7ce3fc1
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 116 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.3.6",
"version": "1.3.7",
"description": "GitHub actions to assign author to issue or PR.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -36,18 +36,18 @@
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.7",
"@technote-space/release-github-actions-cli": "^1.6.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.32.0",
"@typescript-eslint/parser": "^2.32.0",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.0.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"lint-staged": "^10.2.2",
"lint-staged": "^10.2.4",
"nock": "^12.0.3",
"ts-jest": "^25.5.1",
"typescript": "^3.8.3"
"ts-jest": "^26.0.0",
"typescript": "^3.9.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7ce3fc1

Please sign in to comment.