Skip to content

Commit f041efe

Browse files
committed
Updating version
1 parent 3112014 commit f041efe

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog for `react-static-web-apps-auth`
22

3-
## [1.4.0] - unreleased
3+
## [1.5.0] - 2024-01-12
4+
5+
### Added
6+
7+
- Using `AbortController` to cancel fetches when the component is unmounted
8+
9+
## [1.4.0] - 2022-05-25
410

511
### Added
612

react-static-web-apps-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aaronpowell/react-static-web-apps-auth",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A library to help creating authenticated React apps on Azure Static Web Apps",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)