Skip to content

Commit

Permalink
chore(release): update version and publish package(s)
Browse files Browse the repository at this point in the history
 - @apimatic/[email protected]
  • Loading branch information
github-actions[bot] committed Jun 4, 2024
1 parent 3bcfa68 commit 8425ef7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/oauth-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.4.3](https://github.com/apimatic/apimatic-js-runtime/compare/@apimatic/[email protected]...@apimatic/[email protected]) (2024-06-04)

### Features

- **oauth-expiry:** add clock skew support in oauth token expiry ([42eb67b](https://github.com/apimatic/apimatic-js-runtime/commit/42eb67bb591981ff8c110910959b842f77a6f52e))

### Bug Fixes

- add clock skew in new token expiry check ([8b9466a](https://github.com/apimatic/apimatic-js-runtime/commit/8b9466a1c9f9cfed87c246242c330c91a39f3f43))

### 0.4.2 (2024-05-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apimatic/oauth-adapters",
"author": "APIMatic Ltd.",
"version": "0.4.2",
"version": "0.4.3",
"license": "MIT",
"sideEffects": false,
"main": "lib/index.js",
Expand Down

0 comments on commit 8425ef7

Please sign in to comment.