|
| 1 | +# v4.0.0 (June 18, 2025) |
| 2 | + |
| 3 | +- BREAKING CHANGE: Require Node.js 20.18.2 LTS or newer. |
| 4 | +- chore: Updated dependencies. |
| 5 | + |
1 | 6 | # v3.0.1 (July 7, 2022) |
2 | 7 |
|
3 | | - * fix: Added missing `src` directory. Doh! |
| 8 | +- fix: Added missing `src` directory. Doh! |
4 | 9 |
|
5 | 10 | # v3.0.0 (July 7, 2022) |
6 | 11 |
|
7 | | - * BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer. |
8 | | - * BREAKING CHANGE: Changed package to a ES module. |
9 | | - * chore: Updated dependencies. |
| 12 | +- BREAKING CHANGE: Require Node.js 14.15.0 LTS or newer. |
| 13 | +- BREAKING CHANGE: Changed package to a ES module. |
| 14 | +- chore: Updated dependencies. |
10 | 15 |
|
11 | 16 | # v2.0.0 (Feb 15, 2022) |
12 | 17 |
|
13 | | - * BREAKING CHANGE: Require Node.js 12.13.0 LTS or newer. |
14 | | - * fix: Fixed handling of 404 requests when getting latest version. |
15 | | - * chore: Updated dependencies. |
| 18 | +- BREAKING CHANGE: Require Node.js 12.13.0 LTS or newer. |
| 19 | +- fix: Fixed handling of 404 requests when getting latest version. |
| 20 | +- chore: Updated dependencies. |
16 | 21 |
|
17 | 22 | # v1.2.1 (Jun 8, 2021) |
18 | 23 |
|
19 | | - * fix: Writing a file with a mode was applying the mode to the file and newly created directories. |
20 | | - * fix: Default new directories to mode 777. |
| 24 | +- fix: Writing a file with a mode was applying the mode to the file and newly created directories. |
| 25 | +- fix: Default new directories to mode 777. |
21 | 26 |
|
22 | 27 | # v1.2.0 (Jun 7, 2021) |
23 | 28 |
|
24 | | - * feat: Added `applyOwner` flag with default of `true` which sets the owner of the metadata file |
25 | | - to the owner of closest existing parent directory to protect against commands run as sudo. |
26 | | - * chore: Updated dependencies. |
| 29 | +- feat: Added `applyOwner` flag with default of `true` which sets the owner of the metadata file |
| 30 | + to the owner of closest existing parent directory to protect against commands run as sudo. |
| 31 | +- chore: Updated dependencies. |
27 | 32 |
|
28 | 33 | # v1.1.2 (Jan 25, 2021) |
29 | 34 |
|
30 | | - * fix: Always recalculate the update available flag and write the results to disk in order to |
31 | | - prevent a stale update available flag. ([CLI-106](https://jira.axway.com/browse/CLI-106)) |
32 | | - * chore: Updated dependencies. |
| 35 | +- fix: Always recalculate the update available flag and write the results to disk in order to |
| 36 | + prevent a stale update available flag. ([CLI-106](https://jira.axway.com/browse/CLI-106)) |
| 37 | +- chore: Updated dependencies. |
33 | 38 |
|
34 | 39 | # v1.1.1 (Jan 5, 2021) |
35 | 40 |
|
36 | | - * chore: Updated dependencies. |
| 41 | +- chore: Updated dependencies. |
37 | 42 |
|
38 | 43 | # v1.1.0 (Dec 1, 2020) |
39 | 44 |
|
40 | | - * fix: Bumped minimum Node.js requirement to 10.19.0 to prevent warnings on install. |
41 | | - * chore: Updated dependencies. |
| 45 | +- fix: Bumped minimum Node.js requirement to 10.19.0 to prevent warnings on install. |
| 46 | +- chore: Updated dependencies. |
42 | 47 |
|
43 | 48 | # v1.0.2 (Nov 30, 2020) |
44 | 49 |
|
45 | | - * chore: Updated dependencies. |
| 50 | +- chore: Updated dependencies. |
46 | 51 |
|
47 | 52 | # v1.0.1 (Nov 9, 2020) |
48 | 53 |
|
49 | | - * fix: Fixed typo that caused npm to be checked every time. |
| 54 | +- fix: Fixed typo that caused npm to be checked every time. |
50 | 55 |
|
51 | 56 | # v1.0.0 (Nov 9, 2020) |
52 | 57 |
|
53 | | - * Initial release with support for: |
54 | | - - Fetching the latest version for a specific dist tag |
55 | | - - Fetches latest version from npm every so often |
56 | | - - Persist the update metadata |
57 | | - - HTTP proxy support |
| 58 | +- Initial release with support for: |
| 59 | + - Fetching the latest version for a specific dist tag |
| 60 | + - Fetches latest version from npm every so often |
| 61 | + - Persist the update metadata |
| 62 | + - HTTP proxy support |
0 commit comments