Skip to content

Commit

Permalink
chore(release): 7.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-alpha.1](6.11.7-alpha.1...7.0.0-alpha.1) (2023-04-03)

### Features

* pure ESM output ([6cb5075](6cb5075))

### BREAKING CHANGES

* This version no longer publishes a commonjs variant. This will affect uses of `require('did-jwt')`
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 6cb5075 commit 78c2d3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0-alpha.1](https://github.com/decentralized-identity/did-jwt/compare/6.11.7-alpha.1...7.0.0-alpha.1) (2023-04-03)


### Features

* pure ESM output ([6cb5075](https://github.com/decentralized-identity/did-jwt/commit/6cb50758fc5f5effceeff8423dadc0b6a2616308))


### BREAKING CHANGES

* This version no longer publishes a commonjs variant. This will affect uses of `require('did-jwt')`

## [6.11.7-alpha.1](https://github.com/decentralized-identity/did-jwt/compare/6.11.6...6.11.7-alpha.1) (2023-04-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
"version": "6.11.7-alpha.1",
"version": "7.0.0-alpha.1",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 78c2d3c

Please sign in to comment.