From 167c0ced63973e4784802c6974b6a75c06cb32dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 18:19:53 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/chilly-eagles-clean.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilly-eagles-clean.md diff --git a/.changeset/chilly-eagles-clean.md b/.changeset/chilly-eagles-clean.md deleted file mode 100644 index bf7109e..0000000 --- a/.changeset/chilly-eagles-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-ao-contract": patch ---- - -fix: Download aos process correctly diff --git a/CHANGELOG.md b/CHANGELOG.md index c748a55..bd425b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-ao-contract +## 1.0.2 + +### Patch Changes + +- [#6](https://github.com/pawanpaudel93/create-ao-contract/pull/6) [`01b940a`](https://github.com/pawanpaudel93/create-ao-contract/commit/01b940a96029449266d6bf259143e89b3489c292) Thanks [@pawanpaudel93](https://github.com/pawanpaudel93)! - fix: Download aos process correctly + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index b88b2b6..d6d3556 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-ao-contract", - "version": "1.0.1", + "version": "1.0.2", "description": "Create AO Contract", "author": "pawanpaudel93", "license": "MIT",