diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f62ea..c630afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ 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] +## Unreleased +## 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 3d5f486..85e4b64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-twitch-provider", - "version": "0.1.0", + "version": "0.1.1-beta.0", "description": "A Twitch provider to easily access your Twitch account.", "main": "./build/cjs/index.js", "module": "./build/esm/index.js", @@ -80,4 +80,4 @@ "typescript": "^4.7.3", "whatwg-fetch": "^3.6.2" } -} \ No newline at end of file +}