From 43ec13dea2b677c160d3108734ac6f8dde6a25c9 Mon Sep 17 00:00:00 2001 From: Kristofer Date: Mon, 8 Jan 2024 19:17:20 +0100 Subject: [PATCH] v0.0.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..174b758 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +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] + +## [0.0.2] - 2024-01-08 + +### Fixed + +- Fixed an issue with the NPM release workflow. + +## [0.0.1] - 2024-01-08 + +### Added + +- First release. `ic-use-actor` v0.0.1 should be regarded as alpha software. diff --git a/README.md b/README.md index e127361..821f6ee 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,10 @@ export default function Actor({ children }: { children: ReactNode }) { } ``` +## Updates + +See the [CHANGELOG](CHANGELOG.md) for details on updates. + ## Contributing Contributions are welcome. Please submit your pull requests or open issues to propose changes or report bugs. diff --git a/package.json b/package.json index 9fe171b..5d9d462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ic-use-actor", - "version": "0.0.1", + "version": "0.0.2", "description": "React Hook and context provider to make interacting with Internet Computer canisters more fun!", "author": "Kristofer Lund ", "repository": {