Skip to content

Commit b6f203f

Browse files
committed
v1.3.10
1 parent aaad18c commit b6f203f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.3.10] - 2022-04-12
6+
### Changed
7+
- Fix types for @types/react@18 (#75)
8+
59
## [1.3.9] - 2021-09-20
610
### Changed
711
- Fix build config (obsoleting v1.3.8 which isn't built correctly)

LICENSE

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-context-selector",
33
"description": "React useContextSelector hook in userland",
4-
"version": "1.3.9",
4+
"version": "1.3.10",
55
"author": "Daishi Kato",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)