Skip to content

Commit

Permalink
chore: release v0.1.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2022
1 parent f23dea1 commit efc0acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -80,4 +80,4 @@
"typescript": "^4.7.3",
"whatwg-fetch": "^3.6.2"
}
}
}

0 comments on commit efc0acf

Please sign in to comment.