From ac7fdb0429aca95131439a4fafc39ff98c717790 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:43:01 +0000 Subject: [PATCH] chore: release v0.1.1-beta.1 --- CHANGELOG.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70b288..c692395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/package.json b/package.json index 85e4b64..8a7692d 100644 --- a/package.json +++ b/package.json @@ -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",