Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Jan 18, 2024
1 parent 26eca31 commit 3dbd153
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4] - 2024-01-18

### Added

- `isAgentHTTPResponseError` - Type guard that returns true if the error is an instance of the AgentHTTPResponseError class.
- `isIdentityExpiredError` - Helper function to check if an error is an expired identity error. Returns true if the users identity has expired. The user will need to sign in again to get a new identity.

## [0.0.3] - 2024-01-15

### Changed
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.3",
"version": "0.0.4",
"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 3dbd153

Please sign in to comment.