Skip to content

Commit 6e60f5d

Browse files
committed
chore: bump version 2.0.0
1 parent 73d4607 commit 6e60f5d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.0.0 ( Tue Apr 25 2023 11:53:08 GMT+0100 (CEST) )
2+
3+
## Breaking change
4+
- store data in memory by default
5+
([73d4607f](https://github.com/wallet77/nodejs-versions/commit/73d4607fa39e222dd1d22afe58644cc2db1e601d))
6+
7+
18
## 1.0.7 ( Mon Jun 14 2021 17:08:08 GMT+0200 (CEST) )
29

310
## Drop support of Node 10

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ If you don't provide a version it will take into account process.version as curr
2222

2323
Only 2 dependencies.
2424

25+
By default it stores data in memory, you can override this behavior and save data on the disk with the env var:
26+
```console
27+
$ NODEJS_VERSION_CACHE=file node index.js
28+
```
29+
2530
# Compatibility
2631

2732
| Version | Supported | Tested |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-versions",
3-
"version": "1.0.13",
3+
"version": "2.0.0",
44
"description": "Provides information about all NodeJs version and releases.",
55
"private": false,
66
"main": "index.js",

0 commit comments

Comments
 (0)