Skip to content

Commit 2185775

Browse files
committed
v3.2.1
1 parent 5c359d8 commit 2185775

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.2.1](https://github.com/windingtree/org.id-resolver/compare/v3.2.0...v3.2.1) (2022-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Updated SDK version (with fixes) ([5c359d8](https://github.com/windingtree/org.id-resolver/commit/5c359d83f7cc6793926aca63e1b0ebd5e0056337))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/windingtree/org.id-resolver/compare/v3.1.3...v3.2.0) (2022-10-25)
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.2.0"
6+
"version": "3.2.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.2.1](https://github.com/windingtree/org.id-resolver/compare/v3.2.0...v3.2.1) (2022-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Updated SDK version (with fixes) ([5c359d8](https://github.com/windingtree/org.id-resolver/commit/5c359d83f7cc6793926aca63e1b0ebd5e0056337))
12+
13+
14+
15+
16+
617
# [3.2.0](https://github.com/windingtree/org.id-resolver/compare/v3.1.3...v3.2.0) (2022-10-25)
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.2.0",
3+
"version": "3.2.1",
44
"description": "ORGiD DID resolver",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)