Version Packages

This commit is contained in:
github-actions[bot] 2022-11-09 08:06:52 +00:00 committed by Thomas Allmer
parent 2553e7ac86
commit 42a8acdc72
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ajax': patch
---
fix: relax content type restriction of json response

View file

@ -1,5 +1,11 @@
# Change Log
## 1.1.2
### Patch Changes
- 2553e7ac: fix: relax content type restriction of json response
## 1.1.1
### Patch Changes

View file

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