Skip to content

Commit 1c698f5

Browse files
author
Weffe
committed
chore(release): 3.0.0
1 parent 68a17bb commit 1c698f5

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed

CHANGELOG.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,52 @@
1-
# Change Log
1+
# Changelog
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-
# [2.1.0](https://github.com/Weffe/axios-api-versioning/compare/v2.0.0...v2.1.0) (2019-03-02)
6-
5+
## [3.0.0](https://github.com/Weffe/axios-api-versioning/compare/v2.1.0...v3.0.0) (2020-02-11)
76

87
### Features
98

10-
* **types:** expose custom axios types and bundle in a "types" folder ([086aa8c](https://github.com/Weffe/axios-api-versioning/commit/086aa8c))
11-
* **types:** break types into separate folders ([635e79d](https://github.com/Weffe/axios-api-versioning/commit/635e79d))
9+
- expose axios types at the top-level ([879718f](https://github.com/Weffe/axios-api-versioning/commit/879718f3e22b80ab0c54aedaa3338ccf594531aa))
1210

11+
# [2.1.0](https://github.com/Weffe/axios-api-versioning/compare/v2.0.0...v2.1.0) (2019-03-02)
1312

14-
# [2.0.0](https://github.com/Weffe/axios-api-versioning/compare/v1.1.1...v2.0.0) (2019-03-01)
13+
### Features
1514

15+
- **types:** expose custom axios types and bundle in a "types" folder ([086aa8c](https://github.com/Weffe/axios-api-versioning/commit/086aa8c))
16+
- **types:** break types into separate folders ([635e79d](https://github.com/Weffe/axios-api-versioning/commit/635e79d))
1617

17-
### Bug Fixes
18+
# [2.0.0](https://github.com/Weffe/axios-api-versioning/compare/v1.1.1...v2.0.0) (2019-03-01)
1819

19-
* 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)
20+
### Bug Fixes
2021

22+
- 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)
2123

2224
### Features
2325

24-
* remove flexibilty of configuring versioning in axios.defaults ([3788dfb](https://github.com/Weffe/axios-api-versioning/commit/3788dfb))
25-
26+
- remove flexibilty of configuring versioning in axios.defaults ([3788dfb](https://github.com/Weffe/axios-api-versioning/commit/3788dfb))
2627

2728
### BREAKING CHANGES
2829

29-
* withVersioning config is now required
30-
30+
- withVersioning config is now required
3131

3232
## [1.1.1](https://github.com/Weffe/axios-api-versioning/compare/v1.1.0...v1.1.1) (2019-03-01)
3333

3434
### Bug Fixes
3535

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

3938
# [1.1.0](https://github.com/Weffe/axios-api-versioning/compare/v1.0.0...v1.1.0) (2019-02-27)
4039

4140
### Features
4241

43-
* add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58))
44-
42+
- add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58))
4543

4644
# 1.0.0 (2019-02-26)
4745

4846
### Features
4947

50-
* add versioning interceptor ([0c7e187](https://github.com/Weffe/axios-api-versioning/commit/0c7e187))
51-
* add withVersioning hook ([9063bbb](https://github.com/Weffe/axios-api-versioning/commit/9063bbb))
52-
* **sandbox:** add browser sandbox ([5ec8003](https://github.com/Weffe/axios-api-versioning/commit/5ec8003))
53-
* **sandbox:** add output box ([1676d81](https://github.com/Weffe/axios-api-versioning/commit/1676d81))
54-
* allow for setting custom key names on QueryString and MediaType ([dc3892f](https://github.com/Weffe/axios-api-versioning/commit/dc3892f))
48+
- add versioning interceptor ([0c7e187](https://github.com/Weffe/axios-api-versioning/commit/0c7e187))
49+
- add withVersioning hook ([9063bbb](https://github.com/Weffe/axios-api-versioning/commit/9063bbb))
50+
- **sandbox:** add browser sandbox ([5ec8003](https://github.com/Weffe/axios-api-versioning/commit/5ec8003))
51+
- **sandbox:** add output box ([1676d81](https://github.com/Weffe/axios-api-versioning/commit/1676d81))
52+
- allow for setting custom key names on QueryString and MediaType ([dc3892f](https://github.com/Weffe/axios-api-versioning/commit/dc3892f))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)