diff --git a/changelog.md b/changelog.md index 84576ad..5d55da8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ Changelog ========= -2.0.0 (????-??-??) +2.0.0 (2024-04-21) ------------------ * Full ESM conversion. If you require the commonjs version of this library, diff --git a/package-lock.json b/package-lock.json index ded6698..f920485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bigint-money", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bigint-money", - "version": "1.3.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/node": "^20.12.7", diff --git a/package.json b/package.json index 2c31efc..5c03fe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bigint-money", - "version": "1.3.0", + "version": "2.0.0", "description": "A Money class for high precision calculations using the ESnext bigint type.", "main": "dist/index.js", "type": "module",