Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 2, 2023
1 parent 32fa828 commit 4649837
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/sanity-io/jsonwebtoken-esm/compare/v2.0.0...v2.0.1) (2023-02-02)

### Bug Fixes

- **deps:** update devdependencies (non-major) ([#10](https://github.com/sanity-io/jsonwebtoken-esm/issues/10)) ([7331024](https://github.com/sanity-io/jsonwebtoken-esm/commit/7331024a743ab88a5aef9e7eb861bf973419bc33))

## [2.0.0](https://github.com/sanity-io/jsonwebtoken-esm/compare/v1.0.5...v2.0.0) (2023-01-26)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonwebtoken-esm",
"version": "2.0.0",
"version": "2.0.1",
"description": "A wrapper that rebundles [`jsonwebtoken`](https://www.npmjs.com/package/jsonwebtoken) into ESM, so you can use it in your `vite`, `skypack`, or wherever you need ESM.",
"keywords": [
"jwt",
Expand Down

0 comments on commit 4649837

Please sign in to comment.