|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
5 |
| -## [2.4.0](https://github.com/rocwind/code-push-cli/compare/v2.3.4...v2.4.0) (2021-04-02) |
| 5 | +## [2.4.0](https://github.com/shm-open/code-push-cli/compare/v2.3.4...v2.4.0) (2021-04-02) |
6 | 6 |
|
7 | 7 |
|
8 | 8 | ### Features
|
9 | 9 |
|
10 |
| -* 添加getCliPath()判断platform使用不同的cli ([e7a3de9](https://github.com/rocwind/code-push-cli/commit/e7a3de992b52f7e5576db15568b928ff7d89f787)) |
| 10 | +* 添加getCliPath()判断platform使用不同的cli ([e7a3de9](https://github.com/shm-open/code-push-cli/commit/e7a3de992b52f7e5576db15568b928ff7d89f787)) |
11 | 11 |
|
12 |
| -### [2.3.4](https://github.com/rocwind/code-push-cli/compare/v2.3.3...v2.3.4) (2020-08-18) |
| 12 | +### [2.3.4](https://github.com/shm-open/code-push-cli/compare/v2.3.3...v2.3.4) (2020-08-18) |
13 | 13 |
|
14 | 14 |
|
15 | 15 | ### Bug Fixes
|
16 | 16 |
|
17 |
| -* skip compose sourcemap for hermes if the sourcemap option is not enabled ([0555005](https://github.com/rocwind/code-push-cli/commit/0555005074e3e709863e5482713de02eceab2ffe)) |
| 17 | +* skip compose sourcemap for hermes if the sourcemap option is not enabled ([0555005](https://github.com/shm-open/code-push-cli/commit/0555005074e3e709863e5482713de02eceab2ffe)) |
18 | 18 |
|
19 |
| -### [2.3.3](https://github.com/rocwind/code-push-cli/compare/v2.3.2...v2.3.3) (2020-08-18) |
| 19 | +### [2.3.3](https://github.com/shm-open/code-push-cli/compare/v2.3.2...v2.3.3) (2020-08-18) |
20 | 20 |
|
21 | 21 |
|
22 | 22 | ### Bug Fixes
|
23 | 23 |
|
24 |
| -* update import syntax for node packages ([ff102dd](https://github.com/rocwind/code-push-cli/commit/ff102dd5220a43828fa50a9f3ba961cc8bee7f2d)) |
| 24 | +* update import syntax for node packages ([ff102dd](https://github.com/shm-open/code-push-cli/commit/ff102dd5220a43828fa50a9f3ba961cc8bee7f2d)) |
25 | 25 |
|
26 |
| -### [2.3.2](https://github.com/rocwind/code-push-cli/compare/v2.3.1...v2.3.2) (2020-08-18) |
| 26 | +### [2.3.2](https://github.com/shm-open/code-push-cli/compare/v2.3.1...v2.3.2) (2020-08-18) |
27 | 27 |
|
28 | 28 |
|
29 | 29 | ### Bug Fixes
|
30 | 30 |
|
31 |
| -* fix chalk.cyan not function issue ([176cdcf](https://github.com/rocwind/code-push-cli/commit/176cdcfbd2fa4974ebb4bd31f2bd2eea44b9115c)) |
| 31 | +* fix chalk.cyan not function issue ([176cdcf](https://github.com/shm-open/code-push-cli/commit/176cdcfbd2fa4974ebb4bd31f2bd2eea44b9115c)) |
32 | 32 |
|
33 |
| -### [2.3.1](https://github.com/rocwind/code-push-cli/compare/v2.3.0...v2.3.1) (2020-08-18) |
| 33 | +### [2.3.1](https://github.com/shm-open/code-push-cli/compare/v2.3.0...v2.3.1) (2020-08-18) |
34 | 34 |
|
35 |
| -## [2.3.0](https://github.com/rocwind/code-push-cli/compare/v2.2.1...v2.3.0) (2020-08-17) |
| 35 | +## [2.3.0](https://github.com/shm-open/code-push-cli/compare/v2.2.1...v2.3.0) (2020-08-17) |
36 | 36 |
|
37 | 37 |
|
38 | 38 | ### Features
|
39 | 39 |
|
40 |
| -* add compose-source-maps.js create sourcemap ([c77ae60](https://github.com/rocwind/code-push-cli/commit/c77ae60124bbc6c00644a8b935a9189b687629d4)) |
| 40 | +* add compose-source-maps.js create sourcemap ([c77ae60](https://github.com/shm-open/code-push-cli/commit/c77ae60124bbc6c00644a8b935a9189b687629d4)) |
41 | 41 |
|
42 | 42 |
|
43 | 43 | ### Bug Fixes
|
44 | 44 |
|
45 |
| -* The sourcemap generated by hermes will not move to the specified directory ([4de2b12](https://github.com/rocwind/code-push-cli/commit/4de2b1233d607aa1b53516b423966354c9cf7daf)) |
46 |
| -* updat ethe reference path to package.json ([abdb421](https://github.com/rocwind/code-push-cli/commit/abdb4216c6e657c03e3f09224c23c1de1cf21cf6)) |
| 45 | +* The sourcemap generated by hermes will not move to the specified directory ([4de2b12](https://github.com/shm-open/code-push-cli/commit/4de2b1233d607aa1b53516b423966354c9cf7daf)) |
| 46 | +* updat ethe reference path to package.json ([abdb421](https://github.com/shm-open/code-push-cli/commit/abdb4216c6e657c03e3f09224c23c1de1cf21cf6)) |
47 | 47 |
|
48 |
| -### [2.2.1](https://github.com/rocwind/code-push-cli/compare/v2.2.0...v2.2.1) (2020-08-17) |
| 48 | +### [2.2.1](https://github.com/shm-open/code-push-cli/compare/v2.2.0...v2.2.1) (2020-08-17) |
49 | 49 |
|
50 | 50 |
|
51 | 51 | ### Bug Fixes
|
52 | 52 |
|
53 |
| -* compatible with [email protected], check `hermesc` for hermes executable ( [47c0962 ](https://github.com/rocwind/code-push-cli/commit/47c0962c565a514473896e049c6565eacc73892f)) |
54 |
| -* sourcemapOutput be coverd ([1e53f8c](https://github.com/rocwind/code-push-cli/commit/1e53f8ca76ccb2862dc33fafe49eeab1012f0a7c)) |
| 53 | +* compatible with [email protected], check `hermesc` for hermes executable ( [47c0962 ](https://github.com/shm-open/code-push-cli/commit/47c0962c565a514473896e049c6565eacc73892f)) |
| 54 | +* sourcemapOutput be coverd ([1e53f8c](https://github.com/shm-open/code-push-cli/commit/1e53f8ca76ccb2862dc33fafe49eeab1012f0a7c)) |
0 commit comments