Skip to content

Commit f6bfa47

Browse files
committed
chore(release): 0.1.1
1 parent be503b6 commit f6bfa47

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.1](https://github.com/nathanbuchar/react-hook-thunk-reducer/compare/v0.1.0...v0.1.1) (2019-07-01)
6+
7+
8+
### Bug Fixes
9+
10+
* TypeScript types uses default export ([be503b6](https://github.com/nathanbuchar/react-hook-thunk-reducer/commit/be503b6))
11+
12+
13+
514
# [0.1.0](https://github.com/nathanbuchar/react-hook-thunk-reducer/compare/v0.0.3...v0.1.0) (2019-06-20)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hook-thunk-reducer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Extends React's useReducer() hook so that the dispatcher supports thunks.",
55
"main": "./dist/thunk-reducer.js",
66
"types": "./types/thunk-reducer.d.ts",

0 commit comments

Comments
 (0)