mirror of https://github.com/sundowndev/http.git
chore(release): 3.1.2
parent
9355228536
commit
3d27b0eada
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.2"></a>
|
||||
## 3.1.2 (2017-08-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **headers:** fix security bug with default request headers ([9355228](https://github.com/nuxt-community/axios-module/commit/9355228))
|
||||
|
||||
|
||||
|
||||
<a name="3.1.1"></a>
|
||||
## 3.1.1 (2017-08-13)
|
||||
(repository moved from nuxt-community/modules)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nuxtjs/axios",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"description": "Secure and easy axios integration with Nuxt.js",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
|
|
Loading…
Reference in New Issue