Version Packages

This commit is contained in:
github-actions[bot] 2021-09-21 12:43:24 +00:00 committed by Thomas Allmer
parent 1aaecddd9f
commit bb82f8b82b
4 changed files with 14 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': patch
---
Fix cache session race condition for in-flight requests

View file

@ -1,8 +0,0 @@
---
'@lion/ajax': minor
---
**BREAKING** public API changes:
- Changed `timeToLive` to `maxAge`
- Renamed `requestIdentificationFn` to `requestIdFunction`

View file

@ -1,5 +1,18 @@
# Change Log
## 0.12.0
### Minor Changes
- 87959850: **BREAKING** public API changes:
- Changed `timeToLive` to `maxAge`
- Renamed `requestIdentificationFn` to `requestIdFunction`
### Patch Changes
- 87959850: Fix cache session race condition for in-flight requests
## 0.11.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "0.11.1",
"version": "0.12.0",
"description": "Thin wrapper around fetch with support for interceptors.",
"license": "MIT",
"author": "ing-bank",