diff --git a/packages/asset/CHANGELOG.md b/packages/asset/CHANGELOG.md index 739d119952..b1689a2cb9 100644 --- a/packages/asset/CHANGELOG.md +++ b/packages/asset/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.1] - 2023-10-06 - first official version using release-it - updates to readme diff --git a/packages/asset/package.json b/packages/asset/package.json index 882f901bc7..952150c470 100644 --- a/packages/asset/package.json +++ b/packages/asset/package.json @@ -1,6 +1,6 @@ { "name": "@sandbox-smart-contracts/asset", - "version": "1.0.0", + "version": "1.0.1", "description": "Asset and Catalyst L2 smart contracts", "license": "MIT", "main": "index.js",