Skip to content

Commit

Permalink
Feat: Fix leaks (#6)
Browse files Browse the repository at this point in the history
* Put interceptors on axios globally instead of creating instances)

* Feat: use global interceptors to avoid open handles in testing

* feat: Better axios interceptors

Can we please make a release of this one?
osirisguitar authored Jun 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 703d3c9 commit de47651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -123,6 +123,8 @@ This package uses Google's Release Please package, that will create a PR for rel
- feat: which represents a new feature, and correlates to a SemVer minor.
- feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.

(the full information is here: https://www.conventionalcommits.org/en/v1.0.0/)

So the process to make a new version that is released to NPM is:

1. Create a branch

0 comments on commit de47651

Please sign in to comment.