chore: release new versions

- @lion/ajax@0.1.2
This commit is contained in:
CircleCI 2019-04-27 12:34:49 +00:00
parent 9a69b1a107
commit c4e7a1631c
2 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.1...@lion/ajax@0.1.2) (2019-04-27)
### Bug Fixes
* **ajax:** add setAjax to public api ([9a69b1a](https://github.com/ing-bank/lion/commit/9a69b1a))
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.0...@lion/ajax@0.1.1) (2019-04-26)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "0.1.1",
"version": "0.1.2",
"description": "Thin wrapper around axios to allow for custom interceptors",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",