Skip to content

Commit 16c4be1

Browse files
author
Weffe
committed
chore(release): 2.0.0
1 parent 9e0c752 commit 16c4be1

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,40 @@
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-
## [1.1.1](https://github.com/Weffe/axios-api-versioning/compare/v1.1.0...v1.1.1) (2019-03-01)
5+
# [2.0.0](https://github.com/Weffe/axios-api-versioning/compare/v1.1.1...v2.0.0) (2019-03-01)
66

77

88
### Bug Fixes
99

10-
* properly let users override the Accept header in the req config ([f12e7b8](https://github.com/Weffe/axios-api-versioning/commit/f12e7b8))
10+
* properly scope versioning types to axios clients with versioning ([648b9fb](https://github.com/Weffe/axios-api-versioning/commit/648b9fb)), closes [#5](https://github.com/Weffe/axios-api-versioning/issues/5)
1111

1212

13+
### Features
1314

14-
# Change Log
15+
* remove flexibilty of configuring versioning in axios.defaults ([3788dfb](https://github.com/Weffe/axios-api-versioning/commit/3788dfb))
1516

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

18-
# [1.1.0](https://github.com/Weffe/axios-api-versioning/compare/v1.0.0...v1.1.0) (2019-02-27)
18+
### BREAKING CHANGES
1919

20+
* withVersioning config is now required
2021

21-
### Features
2222

23-
* add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58))
23+
## [1.1.1](https://github.com/Weffe/axios-api-versioning/compare/v1.1.0...v1.1.1) (2019-03-01)
24+
25+
### Bug Fixes
2426

27+
* properly let users override the Accept header in the req config ([f12e7b8](https://github.com/Weffe/axios-api-versioning/commit/f12e7b8))
2528

2629

27-
# Change Log
30+
# [1.1.0](https://github.com/Weffe/axios-api-versioning/compare/v1.0.0...v1.1.0) (2019-02-27)
2831

29-
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.
32+
### Features
3033

31-
# 1.0.0 (2019-02-26)
34+
* add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58))
3235

3336

37+
# 1.0.0 (2019-02-26)
38+
3439
### Features
3540

3641
* add versioning interceptor ([0c7e187](https://github.com/Weffe/axios-api-versioning/commit/0c7e187))

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.1",
4+
"version": "2.0.0",
55
"description": "Adds api versioning for axios",
66
"main": "dist/lib/index.js",
77
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)