Skip to content

Commit e752ab5

Browse files
coder-hugogithub-actions[bot]
authored andcommitted
Release version v2.0.1
1 parent f6a42ac commit e752ab5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10221,7 +10221,7 @@ var LiteralType;
1022110221
Object.defineProperty(exports, "__esModule", ({ value: true }));
1022210222
exports.methods = void 0;
1022310223
exports.methods = {
10224-
urlEncoded: encodeURI,
10224+
urlEncoded: encodeURIComponent,
1022510225
};
1022610226

1022710227

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"scripts": {
55
"lint": "eslint src --ext .ts",
66
"test": "mocha --require ts-node/register src/test/**/*.spec.ts",

0 commit comments

Comments
 (0)