diff --git a/.changeset/lemon-readers-hug.md b/.changeset/lemon-readers-hug.md deleted file mode 100644 index de42fa1..0000000 --- a/.changeset/lemon-readers-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@openformat/contracts": minor ---- - -- Remove ConstellationFactory and ERC20Constellation -- Renames Star to App diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e42d66..29ce147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @openformat/contracts +## 1.3.0 + +### Minor Changes + +- [#118](https://github.com/open-format/contracts/pull/118) [`abbfc89`](https://github.com/open-format/contracts/commit/abbfc897a33e45afcf94bb33468d9ef6600f9240) Thanks [@tinypell3ts](https://github.com/tinypell3ts)! - - Remove ConstellationFactory and ERC20Constellation + - Renames Star to App + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index 813a515..1ddef92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openformat/contracts", - "version": "1.2.1", + "version": "1.3.0", "dependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0"