Skip to content

Commit 8d08787

Browse files
author
Weffe
committed
chore(release): 1.1.1
1 parent 52208a2 commit 8d08787

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
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.
4+
5+
## [1.1.1](https://github.com/Weffe/axios-api-versioning/compare/v1.1.0...v1.1.1) (2019-03-01)
6+
7+
8+
### Bug Fixes
9+
10+
* properly let users override the Accept header in the req config ([f12e7b8](https://github.com/Weffe/axios-api-versioning/commit/f12e7b8))
11+
12+
13+
114
# Change Log
215

316
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios-api-versioning",
33
"author": "Rogelio Negrete (Weffe)",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Adds api versioning for axios",
66
"main": "dist/lib/index.js",
77
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)