diff --git a/.changeset/proud-cherries-relax.md b/.changeset/proud-cherries-relax.md deleted file mode 100644 index a7b4436..0000000 --- a/.changeset/proud-cherries-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-ao-contract": major ---- - -feat: Add AO process for testing purposes diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e748dc..3add256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-ao-contract +## 1.0.0 + +### Major Changes + +- [#3](https://github.com/pawanpaudel93/create-ao-contract/pull/3) [`9405044`](https://github.com/pawanpaudel93/create-ao-contract/commit/94050440ffec3a8bf5a377b1441c2e0afbc24c4a) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - feat: Add AO process for testing purposes + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index add3c05..d108673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ao-contract", - "version": "0.0.2", + "version": "1.0.0", "description": "Create AO Contract", "author": "pawanpaudel93", "license": "MIT",