Skip to content

Commit

Permalink
chore: release v0.1.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent 97328c0 commit ac7fdb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.1.1-beta.1 - 2022-11-28
### Added

- Basic application example for documentation purpose.
- Documentation for `useTwitchCheermotes`, `useTwitchCurrentUser` and `useTwitchTopGames` hooks.

## 0.1.1-beta.0 - 2022-11-28

### Added

- Package build support for both ESM and CommonJS.
- `useTwitchApi` (internal) hook to act as a wrapper around the `useSWR` hook to perform `GET` requests on the Twitch API.
- Safe data validation with `Zod`.
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": "react-twitch-provider",
"version": "0.1.1-beta.0",
"version": "0.1.1-beta.1",
"description": "A Twitch provider to easily access your Twitch account.",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
Expand Down

0 comments on commit ac7fdb0

Please # to comment.