Skip to content

Commit

Permalink
Merge pull request #164 from badgateway/merge-v2
Browse files Browse the repository at this point in the history
Merge v2 branch changes into main
  • Loading branch information
evert authored Sep 14, 2024
2 parents a843152 + 0ba70c4 commit cddb71f
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 2,536 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ main, 'version-2.x' ]

jobs:
test:
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Changelog
* Migrated the test suite from Mocha and Chai to node:test and node:assert
(@Zen-cronic).

2.4.2 (2024-09-14)
------------------

* #161: Re-use old refresh_token if no new one was issued after a refresh.


2.4.1 (2024-08-22)
------------------
Expand Down
Loading

0 comments on commit cddb71f

Please sign in to comment.