Skip to content

Commit

Permalink
chore(release): @affinidi-tdk/iota-core-v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.0.0...@affinidi-tdk/iota-core-v1.1.0) (2024-07-05)

### Features

* use jose to get pem from jwk, since it has no issues in nextjs ([#121](#121)) ([300608c](300608c))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent 8c3dd4a commit 350b8e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions libs/iota-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/affinidi/affinidi-tdk/compare/@affinidi-tdk/iota-core-v1.0.0...@affinidi-tdk/iota-core-v1.1.0) (2024-07-05)


### Features

* use jose to get pem from jwk, since it has no issues in nextjs ([#121](https://github.com/affinidi/affinidi-tdk/issues/121)) ([300608c](https://github.com/affinidi/affinidi-tdk/commit/300608c4e1be54d15c9713cb6b7e7f55c843a291))

# 1.0.0 (2024-07-03)


Expand Down
2 changes: 1 addition & 1 deletion libs/iota-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/iota-core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Affinidi Iota Framework core library primarily used in the backend",
"author": "Affinidi",
"repository": {
Expand Down

0 comments on commit 350b8e4

Please sign in to comment.