Skip to content

Commit 7049c75

Browse files
committed
v3.1.1
1 parent cb200b7 commit 7049c75

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

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

6+
## [3.1.1](https://github.com/windingtree/org.id-resolver/compare/v3.1.0...v3.1.1) (2022-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixed an issue with delegate verification ([cb200b7](https://github.com/windingtree/org.id-resolver/commit/cb200b7d38f48657eecc320f7f7a96b88ade8f11))
12+
13+
14+
15+
16+
617
# [3.1.0](https://github.com/windingtree/org.id-resolver/compare/v3.0.1...v3.1.0) (2022-10-21)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "3.1.0"
6+
"version": "3.1.1"
77
}

packages/resolver/CHANGELOG.md

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

6+
## [3.1.1](https://github.com/windingtree/org.id-resolver/compare/v3.1.0...v3.1.1) (2022-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixed an issue with delegate verification ([cb200b7](https://github.com/windingtree/org.id-resolver/commit/cb200b7d38f48657eecc320f7f7a96b88ade8f11))
12+
13+
14+
15+
16+
617
# [3.1.0](https://github.com/windingtree/org.id-resolver/compare/v3.0.1...v3.1.0) (2022-10-21)
718

819

packages/resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@windingtree/org.id-resolver",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "ORGiD DID resolver",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)