diff --git a/CHANGELOG.md b/CHANGELOG.md index 463b39d..cd6e1ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# [1.0.0](https://github.com/wickedest/irs-form-filler/compare/v0.3.0...v1.0.0) (2023-06-01) + # [1.0.0-alpha.2](https://github.com/wickedest/irs-form-filler/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-06-01) # [1.0.0-alpha.1](https://github.com/wickedest/irs-form-filler/compare/v0.3.0...v1.0.0-alpha.1) (2023-05-06) diff --git a/package-lock.json b/package-lock.json index bc1f024..1adfaf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "irs-form-filler", - "version": "1.0.0-alpha.2", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "irs-form-filler", - "version": "1.0.0-alpha.2", + "version": "1.0.0", "license": "ISC", "dependencies": { "chalk": "^5.2.0", diff --git a/package.json b/package.json index bdd037b..026db45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "irs-form-filler", - "version": "1.0.0-alpha.2", + "version": "1.0.0", "description": "", "main": "index.js", "type": "module",