Skip to content

Commit 4616717

Browse files
committed
v2.1.2
1 parent 6cea357 commit 4616717

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.1.2] - 2025-07-21
6+
### Changed
7+
- Do not import ReducerAction type #47
8+
59
## [2.1.1] - 2022-05-24
610
### Changed
711
- fix build for UMD

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-2022 Daishi Kato
3+
Copyright (c) 2019 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.1",
4+
"version": "2.1.2",
55
"author": "Daishi Kato",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)