Skip to content

Commit 2d553e7

Browse files
committed
v2.1.1
1 parent f335dda commit 2d553e7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
5+
## [2.1.1] - 2022-05-24
46
### Changed
57
- fix build for UMD
68
- fix: useAbortSignal to work with React 18 #35

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019-2021 Daishi Kato
3+
Copyright (c) 2019-2022 Daishi Kato
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-reducer-async",
33
"description": "React useReducer with async actions",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"author": "Daishi Kato",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)