Skip to content

Commit 1efe8ad

Browse files
committed
release: 2.5.0
1 parent 0fca548 commit 1efe8ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please read the entire document before you start working on the bulk registratio
1414
## Installation
1515

1616
First you need to prepare the spreadsheet template. Please follow the link below and copy the spreadsheet.
17-
* <a href="https://docs.google.com/spreadsheets/d/1yJXoTiye0-tZMipXo3zNj8wx68Cz7-dVKqNaNqo2rMo/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
17+
* <a href="https://docs.google.com/spreadsheets/d/1EhXR5SSmuVXSbw5pnEplzhO0eEFCypCNA1ljs3omj-U/copy" target="_blank">Copy spreadsheet (please open in new tab)</a>
1818
* If you are not logged into Google, you may get an error when trying to copy the document. If that happens, please login into Google using your Google account and try again.
1919

2020
## About the input cells

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backlog-bulk-issue-registration-gas",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {UserProperty} from "./datas"
44

55
declare var global: any
66

7-
const SCRIPT_VERSION = "v2.4.1"
7+
const SCRIPT_VERSION = "v2.5.0"
88

99
const service = BacklogService(new SpreadSheetServiceImpl)
1010

0 commit comments

Comments
 (0)