diff --git a/CHANGELOG.md b/CHANGELOG.md index 15dcbfa..cb70e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ + +# 2.1.0 (2024-09-05) + + +### Features + +* support node v21 and v22 and several electron versions ([d274c24](https://github.com/matteodisabatino/gc_info/commit/d274c243bc8fbe7f8fdcf346ea1566915c8491b8)) + ## 2.0.2 (2024-05-19) ## 2.0.1 (2023-08-02) diff --git a/package.json b/package.json index 348eb4d..6009979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matteodisabatino/gc_info", - "version": "2.0.2", + "version": "2.1.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {