Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodisabatino committed Aug 2, 2023
1 parent 56f73b7 commit de7cda9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


# 2.0.0 (2023-08-02)


### Code Refactoring

* add support to Node.js v19 and v20 and Electron v23+ ([56f73b7](https://github.com/matteodisabatino/gc_info/commit/56f73b7533083876a779bea3e1f4c877fada544c))


### BREAKING CHANGES

* drop support to Node.js <= v16 and Electron <= v22

## 1.4.1 (2022-05-24)

# 1.4.0 (2022-05-24)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matteodisabatino/gc_info",
"version": "1.4.1",
"version": "2.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit de7cda9

Please sign in to comment.