diff --git a/CHANGELOG.md b/CHANGELOG.md index 32321d6..af11049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/ubiquity-os/permit-generation/compare/v1.6.0...v2.0.0) (2024-10-07) + + +### ⚠ BREAKING CHANGES + +* changed rollup to tsup to simplify bundling + +### Bug Fixes + +* add yarnrc file back ([9dd05b8](https://github.com/ubiquity-os/permit-generation/commit/9dd05b84a8470170ff3419d6b8ed0154f4e6c067)) +* changed rollup to tsup to simplify bundling ([5651905](https://github.com/ubiquity-os/permit-generation/commit/56519058ccbe0d24153f2ceb25a9aff082f4aa16)) + ## [1.6.0](https://github.com/ubiquibot/permit-generation/compare/v1.5.1...v1.6.0) (2024-09-09) diff --git a/package.json b/package.json index 795677d..d116a90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquibot/permit-generation", - "version": "1.6.0", + "version": "2.0.0", "description": "ECR20 / ECR721 permit generation for automated payments.", "author": "Ubiquity DAO", "license": "MIT",