mirror of https://github.com/sundowndev/http.git
chore(release): 5.3.2
parent
1c3504b553
commit
c2fe69e3c2
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
<a name="5.3.2"></a>
|
||||
## [5.3.2](https://github.com/nuxt-community/axios-module/compare/v5.3.1...v5.3.2) (2018-09-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **types:** replace AxiosPromise to Promise ([#162](https://github.com/nuxt-community/axios-module/issues/162)) ([5fd9214](https://github.com/nuxt-community/axios-module/commit/5fd9214))
|
||||
|
||||
|
||||
|
||||
<a name="5.3.1"></a>
|
||||
## [5.3.1](https://github.com/nuxt-community/axios-module/compare/v5.3.0...v5.3.1) (2018-03-31)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nuxtjs/axios",
|
||||
"version": "5.3.1",
|
||||
"version": "5.3.2",
|
||||
"description": "Secure and easy axios integration with Nuxt.js",
|
||||
"license": "MIT",
|
||||
"main": "lib/module.js",
|
||||
|
|
Loading…
Reference in New Issue