Skip to content

Commit 66c144b

Browse files
committed
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2022-12-25) ### Bug Fixes * Add fallback to process ([fd0fe86](fd0fe86))
1 parent fd0fe86 commit 66c144b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.4](https://github.com/js-pack/react-auth/compare/v1.0.3...v1.0.4) (2022-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* Add fallback to process ([fd0fe86](https://github.com/js-pack/react-auth/commit/fd0fe8681550eb61c227fe985857ec2dadfa21ee))
7+
18
## [1.0.3](https://github.com/js-pack/react-auth/compare/v1.0.2...v1.0.3) (2022-12-25)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-pack/react-auth",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "JWT-based authentication helpers & components",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)