Skip to content

Commit 69a8370

Browse files
author
Weffe
committed
chore(release): 2.1.0
1 parent 086aa8c commit 69a8370

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
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-alpha.0](https://github.com/Weffe/axios-api-versioning/compare/v2.0.0...v2.1.0-alpha.0) (2019-03-02)
5+
# [2.1.0](https://github.com/Weffe/axios-api-versioning/compare/v2.0.0...v2.1.0) (2019-03-02)
66

77

88
### Features
99

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

1213

13-
14-
# Change Log
15-
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.
17-
1814
# [2.0.0](https://github.com/Weffe/axios-api-versioning/compare/v1.1.1...v2.0.0) (2019-03-01)
1915

2016

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-alpha.0",
4+
"version": "2.1.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)