Skip to content

Commit caa7b96

Browse files
author
Pooya Parsa
committed
chore(release): 5.0.0
1 parent 9ecb547 commit caa7b96

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
<a name="5.0.0"></a>
6+
# [5.0.0](https://github.com/nuxt-community/axios-module/compare/v5.0.0-rc.2...v5.0.0) (2018-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **progress:** finish on fail ([ea7b569](https://github.com/nuxt-community/axios-module/commit/ea7b569))
12+
13+
14+
### Features
15+
16+
* https option ([#57](https://github.com/nuxt-community/axios-module/issues/57)) ([9ecb547](https://github.com/nuxt-community/axios-module/commit/9ecb547))
17+
* passing options via proxy option ([a923db3](https://github.com/nuxt-community/axios-module/commit/a923db3))
18+
* support retry with axios-retry ([7221cac](https://github.com/nuxt-community/axios-module/commit/7221cac)), closes [#77](https://github.com/nuxt-community/axios-module/issues/77)
19+
20+
21+
522
<a name="5.0.0-rc.2"></a>
623
# [5.0.0-rc.2](https://github.com/nuxt-community/axios-module/compare/v5.0.0-rc.1...v5.0.0-rc.2) (2018-01-29)
724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/axios",
3-
"version": "5.0.0-rc.2",
3+
"version": "5.0.0",
44
"description": "Secure and easy axios integration with Nuxt.js",
55
"license": "MIT",
66
"main": "lib/module.js",

0 commit comments

Comments
 (0)