Skip to content

Commit a0999a4

Browse files
committed
v1.0.2
1 parent a84c510 commit a0999a4

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+
## [1.0.2] - 2021-08-14
6+
### Changed
7+
- Fix package.json properly for ESM
8+
59
## [1.0.1] - 2020-07-04
610
### Changed
711
- Modern build

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) 2018-2020 Daishi Kato
3+
Copyright (c) 2018-2021 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": "react-hooks-global-state",
33
"description": "Simple global state for React with Hooks API without Context API",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Daishi Kato",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)