Skip to content

Commit e0fcec5

Browse files
author
Jonathon Hill
committed
chore(release): 2.0.0
1 parent e15da0e commit e0fcec5

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

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+
## [2.0.0](https://github.com/compwright/axios-oauth-client/compare/v1.5.0...v2.0.0) (2022-10-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **package:** Dropped support for Node.js < 14
11+
12+
### Features
13+
14+
* Added new methods for specific grants ([146e53c](https://github.com/compwright/axios-oauth-client/commit/146e53c76993be10a56b3fc6b4086793074d6b18))
15+
* Allow state-specific arguments to be passed to the returned authorization function rather than the function factory ([c23458a](https://github.com/compwright/axios-oauth-client/commit/c23458a93a3cb75156660dc7dfa5433ae31035f0))
16+
* **changelog:** Improve changelog format ([e15da0e](https://github.com/compwright/axios-oauth-client/commit/e15da0ef88524809278893b964b3796a39718719))
17+
* Use ES6 import/export ([7641f04](https://github.com/compwright/axios-oauth-client/commit/7641f04c1089b1d7c75b757327f1defade81a0c1))
18+
19+
20+
### Bug Fixes
21+
22+
* Removed interceptor and dependency on axios-token-interceptor ([4377964](https://github.com/compwright/axios-oauth-client/commit/4377964d285c37d80348b80120b2dab8881360b1))
23+
24+
25+
* **package:** Drop support for Node.js < 14 ([ca10d60](https://github.com/compwright/axios-oauth-client/commit/ca10d60eafdc42c8d2c3e8462b7acba2c273e5e2))
26+
27+
# Changelog
28+
329
## [v1.5.0](https://github.com/compwright/axios-oauth-client/tree/v1.5.0) (2022-05-24)
430

531
[Full Changelog](https://github.com/compwright/axios-oauth-client/compare/v1.4.4...v1.5.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
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,6 +1,6 @@
11
{
22
"name": "axios-oauth-client",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "OAuth 2.0 client utils for axios",
55
"author": "Jonathon Hill <jhill9693@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)