Skip to content

Commit 1df1033

Browse files
author
alqmc
committed
release: v1.1.5
1 parent e698a8a commit 1df1033

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# [v1.1.4](https://github.com/alqmc/gacm/compare/v1.1.3...v1.1.4)(2022-10-20
1+
# [v1.1.5](https://github.com/alqmc/gacm/compare/v1.1.3...v1.1.5)(2022-10-21
22

33

44
## What's Changed
5-
- Feat: gacm use user switching can be selected ([6e8df66](https://github.com/alqmc/gacm/commit/6e8df66))
6-
- Fix: gacm use switch cancel ([ec6bd54](https://github.com/alqmc/gacm/commit/ec6bd54))
7-
- Refactor: commands ([45ff006](https://github.com/alqmc/gacm/commit/45ff006))
5+
- Feat: gacm use user switching can be selected ([607301a](https://github.com/alqmc/gacm/commit/607301a))
6+
- Fix: gacm use switch cancel ([54c3d2a](https://github.com/alqmc/gacm/commit/54c3d2a))
7+
- Refactor: commands ([6a67674](https://github.com/alqmc/gacm/commit/6a67674))
88
- Docs: delete ([e6f3359](https://github.com/alqmc/gacm/commit/e6f3359))
99
# [v1.1.3](https://github.com/alqmc/gacm/compare/v1.1.2...v1.1.3)(2022-09-21)
1010

dist/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var execa__default = /*#__PURE__*/_interopDefaultLegacy(execa);
1616
var prompts__default = /*#__PURE__*/_interopDefaultLegacy(prompts);
1717

1818
var name = "gacm";
19-
var version = "1.1.4";
19+
var version = "1.1.5";
2020
var description = "gacm";
2121
var scripts = {
2222
build: "gulp --require sucrase/register/ts --gulpfile build/gulpfile.ts",

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gacm",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": false,
55
"description": "git account manage",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gacm",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "gacm",
55
"scripts": {
66
"build": "gulp --require sucrase/register/ts --gulpfile build/gulpfile.ts",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gacm",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": false,
55
"description": "git account manage",
66
"keywords": [

0 commit comments

Comments
 (0)