Skip to content

release: v1.6.2 #260

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 38 commits into from
May 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
fc713d4
chore: update npm dependencies
technote-space Nov 5, 2022
0476c63
feat: update package version
technote-space Nov 5, 2022
21fcc63
chore: update npm dependencies
technote-space Nov 8, 2022
5092abc
chore: update npm dependencies
technote-space Nov 12, 2022
f80fe92
chore: update npm dependencies
technote-space Nov 15, 2022
e4a1252
chore: update npm dependencies
technote-space Nov 19, 2022
c5d51e7
chore: update npm dependencies
technote-space Nov 22, 2022
018f4ab
chore: update npm dependencies
technote-space Nov 26, 2022
0b11841
chore: update npm dependencies
technote-space Nov 29, 2022
a1a367a
Merge remote-tracking branch 'origin/main' into release/next-v1.6.1
technote-space Feb 25, 2023
9462b09
chore: update npm dependencies
technote-space Feb 25, 2023
2309c32
chore: update npm dependencies
technote-space Feb 28, 2023
de21490
chore: update npm dependencies
technote-space Mar 4, 2023
3a20428
chore: update npm dependencies
technote-space Mar 7, 2023
18ed4fb
chore: update npm dependencies
technote-space Mar 11, 2023
a27020e
chore: update npm dependencies
technote-space Mar 14, 2023
10e6ad5
chore: update npm dependencies
technote-space Mar 18, 2023
6f5959a
chore: update npm dependencies
technote-space Mar 21, 2023
97cd256
chore: update npm dependencies
technote-space Mar 25, 2023
626d315
chore: update npm dependencies
technote-space Mar 28, 2023
6fb922f
chore: update npm dependencies
technote-space Apr 1, 2023
22dcf0e
chore: update npm dependencies
technote-space Apr 4, 2023
5f3eb17
chore: update npm dependencies
technote-space Apr 8, 2023
7e71ac4
chore: update npm dependencies
technote-space Apr 11, 2023
44e7bdc
chore: update npm dependencies
technote-space Apr 15, 2023
929bbcd
chore: update npm dependencies
technote-space Apr 18, 2023
2c27001
chore: update npm dependencies
technote-space Apr 22, 2023
23ed4b2
chore: update npm dependencies
technote-space Apr 25, 2023
8499470
chore: update npm dependencies
technote-space Apr 29, 2023
639ecc7
chore: update npm dependencies
technote-space May 2, 2023
3c189cc
chore: update npm dependencies
technote-space May 6, 2023
b24b6c4
chore: update npm dependencies
technote-space May 9, 2023
83356aa
chore: update npm dependencies
technote-space May 13, 2023
285f332
chore: update npm dependencies
technote-space May 16, 2023
6ad8089
chore: update npm dependencies
technote-space May 20, 2023
f88e52b
chore: update npm dependencies
technote-space May 23, 2023
4a6a89b
chore: update npm dependencies
technote-space May 27, 2023
92ace34
chore: update packages
technote-space May 29, 2023
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.1",
"version": "1.6.2",
"description": "GitHub actions to assign author to issue or PR.",
"keywords": [
"github",
Expand Down Expand Up @@ -39,30 +39,30 @@
"devDependencies": {
"@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",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@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.3",
"nock": "^13.2.9",
"rollup": "^3.2.5",
"typescript": "^4.8.4",
"vitest": "^0.24.5"
"@technote-space/filter-github-action": "^0.6.13",
"@technote-space/github-action-helper": "^5.3.16",
"@technote-space/github-action-log-helper": "^0.2.19",
"@technote-space/github-action-test-helper": "^0.11.16",
"@technote-space/release-github-actions-cli": "^1.9.5",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"nock": "^13.3.1",
"rollup": "^3.23.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading