Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Jan 8, 2024
1 parent cd73ada commit 43ec13d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <kristofer@kristoferlund.se>",
"repository": {
Expand Down

0 comments on commit 43ec13d

Please sign in to comment.