diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ef0ea7..eceb185e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.0](https://github.com/hldb/welo/compare/v1.1.0...v2.0.0) (2023-05-30) + + +### ⚠ BREAKING CHANGES + +* Merge pull request #71 from saul-jb/refactor/modularization + +### Features + +* default welo bundle ([d94dafb](https://github.com/hldb/welo/commit/d94dafb8ff880bdb5c42400fa1a309c43900b5d1)), closes [#76](https://github.com/hldb/welo/issues/76) + + +### Code Refactoring + +* Merge pull request [#71](https://github.com/hldb/welo/issues/71) from saul-jb/refactor/modularization ([2818587](https://github.com/hldb/welo/commit/2818587ef756d767963ba7e46233f2c99ee1234f)) + ## [1.1.0](https://github.com/hldb/welo/compare/v1.0.2...v1.1.0) (2023-03-01) diff --git a/package-lock.json b/package-lock.json index d7b761e1..5fadd169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "welo", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index b0b90a26..e38b2f70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "welo", - "version": "1.1.0", + "version": "2.0.0", "description": "peer-to-peer, collaborative states using merkle-crdts", "license": "Apache-2.0 OR MIT", "engines": {