Skip to content

Commit f17c171

Browse files
chore(release): 1.0.5 [skip ci]
1 parent 34e58bb commit f17c171

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [1.0.5](https://github.com/sanity-io/jsonwebtoken-esm/compare/v1.0.4...v1.0.5) (2023-01-26)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update devdependencies (non-major) ([#7](https://github.com/sanity-io/jsonwebtoken-esm/issues/7)) ([be01d09](https://github.com/sanity-io/jsonwebtoken-esm/commit/be01d096324bc698c094c99d6f61cd615850f2c5))
13+
- **deps:** use newest esbuild deps that compiles ([9a5f9f0](https://github.com/sanity-io/jsonwebtoken-esm/commit/9a5f9f0280c64c5447743078190371e246538d9b))
14+
815
## [1.0.4](https://github.com/sanity-io/jsonwebtoken-esm/compare/v1.0.3...v1.0.4) (2023-01-26)
916

1017
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonwebtoken-esm",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"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.",
55
"keywords": [
66
"jwt",

0 commit comments

Comments
 (0)