mirror of https://github.com/sundowndev/http.git
chore(release): 3.1.4
parent
7ba3ae819d
commit
a75097dcef
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="3.1.4"></a>
|
||||
## [3.1.4](https://github.com/nuxt-community/axios-module/compare/v3.1.3...v3.1.4) (2017-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* create fresh objects for all default header scopes ([7ba3ae8](https://github.com/nuxt-community/axios-module/commit/7ba3ae8))
|
||||
|
||||
|
||||
|
||||
<a name="3.1.3"></a>
|
||||
## [3.1.3](https://github.com/nuxt-community/axios-module/compare/v3.1.1...v3.1.3) (2017-08-13)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nuxtjs/axios",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"description": "Secure and easy axios integration with Nuxt.js",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
|
|
Loading…
Reference in New Issue