Skip to content

release: v1.6.1 #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5860f1d
chore: update npm dependencies
technote-space Jun 21, 2022
f545d4e
feat: update package version
technote-space Jun 21, 2022
4ed1835
chore: update npm dependencies
technote-space Jun 25, 2022
5b0d29f
chore: update npm dependencies
technote-space Jun 28, 2022
77f12bf
chore: update npm dependencies
technote-space Jul 2, 2022
ffcd2dc
chore: update npm dependencies
technote-space Jul 5, 2022
701e03f
chore: update npm dependencies
technote-space Jul 9, 2022
044ccc2
chore: update npm dependencies
technote-space Jul 12, 2022
5c485ba
chore: update npm dependencies
technote-space Jul 16, 2022
5a556a1
chore: update npm dependencies
technote-space Jul 23, 2022
4345689
chore: update npm dependencies
technote-space Jul 26, 2022
f6c9e11
chore: update npm dependencies
technote-space Jul 30, 2022
30528dd
chore: update npm dependencies
technote-space Aug 2, 2022
fdf3c51
chore: update npm dependencies
technote-space Aug 6, 2022
647f8e2
chore: update npm dependencies
technote-space Aug 9, 2022
b1fe883
chore: update npm dependencies
technote-space Aug 13, 2022
1206d4b
chore: update npm dependencies
technote-space Aug 16, 2022
ae35798
chore: update npm dependencies
technote-space Aug 20, 2022
2d86271
chore: update npm dependencies
technote-space Aug 23, 2022
b3181a5
chore: update npm dependencies
technote-space Aug 27, 2022
72888c8
Merge remote-tracking branch 'origin/main' into release/next-v1.6.0
technote-space Nov 3, 2022
338be60
chore: update packages
technote-space Nov 3, 2022
259c50f
chore: change rollup config extension
technote-space Nov 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.6.0",
"version": "1.6.1",
"description": "GitHub actions to assign author to issue or PR.",
"keywords": [
"github",
Expand Down Expand Up @@ -37,32 +37,32 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/filter-github-action": "^0.6.2",
"@technote-space/github-action-helper": "^5.3.7",
"@technote-space/github-action-log-helper": "^0.2.6",
"@technote-space/github-action-test-helper": "^0.9.8",
"@technote-space/release-github-actions-cli": "^1.9.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"@technote-space/filter-github-action": "^0.6.4",
"@technote-space/github-action-helper": "^5.3.9",
"@technote-space/github-action-log-helper": "^0.2.8",
"@technote-space/github-action-test-helper": "^0.11.0",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitest/coverage-c8": "^0.24.5",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"nock": "^13.2.7",
"rollup": "^2.75.6",
"typescript": "^4.7.4",
"vitest": "^0.15.1"
"lint-staged": "^13.0.3",
"nock": "^13.2.9",
"rollup": "^3.2.5",
"typescript": "^4.8.4",
"vitest": "^0.24.5"
},
"publishConfig": {
"access": "public"
Expand Down
File renamed without changes.
Loading