Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.0.0 #118

Merged
merged 1 commit into from
Mar 20, 2023
Merged

v4.0.0 #118

merged 1 commit into from
Mar 20, 2023

Conversation

ottokruse
Copy link
Contributor

Issue #, if available: N/A

Description of changes: Version bump for NPM release

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ottokruse ottokruse requested a review from hakanson March 20, 2023 14:21
@ottokruse ottokruse merged commit 16a3d53 into awslabs:main Mar 20, 2023
@ottokruse ottokruse deleted the v4-0-0 branch March 20, 2023 14:36
kodiakhq bot referenced this pull request in weareinreach/InReach Mar 21, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [aws-jwt-verify](https://togithub.com/awslabs/aws-jwt-verify) | [`3.4.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/aws-jwt-verify/3.4.0/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/4.0.0/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/aws-jwt-verify/4.0.0/confidence-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>awslabs/aws-jwt-verify</summary>

### [`v4.0.0`](https://togithub.com/awslabs/aws-jwt-verify/releases/tag/v4.0.0)

[Compare Source](https://togithub.com/awslabs/aws-jwt-verify/compare/v3.4.0...v4.0.0)

#### What's Changed

-   Bump webpack from 5.70.0 to 5.76.1 in /tests/vite-app by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/awslabs/aws-jwt-verify/pull/116](https://togithub.com/awslabs/aws-jwt-verify/pull/116)
-   Document decomposeJwt by [@&#8203;ottokruse](https://togithub.com/ottokruse) in [https://github.com/awslabs/aws-jwt-verify/pull/117](https://togithub.com/awslabs/aws-jwt-verify/pull/117)
-   v4.0.0 by [@&#8203;ottokruse](https://togithub.com/ottokruse) in [https://github.com/awslabs/aws-jwt-verify/pull/118](https://togithub.com/awslabs/aws-jwt-verify/pull/118)

NOTE: [#&#8203;117](https://togithub.com/awslabs/aws-jwt-verify/issues/117) constitutes a breaking change, hence we created new major version v4.0.0, but you will only be impacted by this change, if you were doing this:

`import { decomposeJwt } from "aws-jwt-verify/jwt"`

That method has been renamed (to make it more clear) and must now be imported like so:

`import { decomposeUnverifiedJwt } from "aws-jwt-verify/jwt";`

Happy coding!

**Full Changelog**: awslabs/aws-jwt-verify@v3.4.0...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #313
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants