Skip to content

Commit 770bbe2

Browse files
author
Pooya Parsa
committed
chore(release): 5.0.0-rc.2
1 parent ea4882a commit 770bbe2

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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-rc.2"></a>
6+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **package:** require [@nuxtjs](https://github.com/nuxtjs)/proxy as a peerDependency ([fd1ef47](https://github.com/nuxt-community/axios-module/commit/fd1ef47))
12+
* support dynamic API_URL for SSR ([ea4882a](https://github.com/nuxt-community/axios-module/commit/ea4882a))
13+
14+
15+
516
<a name="5.0.0-rc.1"></a>
617
# [5.0.0-rc.1](https://github.com/nuxt-community/axios-module/compare/v5.0.0-rc.0...v5.0.0-rc.1) (2018-01-28)
718

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/axios",
3-
"version": "5.0.0-rc.1",
3+
"version": "5.0.0-rc.2",
44
"description": "Secure and easy axios integration with Nuxt.js",
55
"license": "MIT",
66
"main": "lib/module.js",
@@ -15,13 +15,23 @@
1515
"release": "standard-version && git push --follow-tags && npm publish",
1616
"prepare": "npm run test"
1717
},
18-
"eslintIgnore": ["*.template.*"],
19-
"files": ["lib", "src", "dist"],
18+
"eslintIgnore": [
19+
"*.template.*"
20+
],
21+
"files": [
22+
"lib",
23+
"src",
24+
"dist"
25+
],
2026
"jest": {
2127
"testEnvironment": "node",
2228
"coverageDirectory": "./coverage/",
2329
"collectCoverage": true,
24-
"collectCoverageFrom": ["lib", "test", "!test/fixture"]
30+
"collectCoverageFrom": [
31+
"lib",
32+
"test",
33+
"!test/fixture"
34+
]
2535
},
2636
"peerDependencies": {
2737
"@nuxtjs/proxy": "^1.1.4"

0 commit comments

Comments
 (0)