Skip to content

Commit 01a0130

Browse files
committed
v3.1.3
1 parent 1217561 commit 01a0130

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.3](https://github.com/windingtree/org.id-resolver/compare/v3.1.2...v3.1.3) (2022-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixed missed build ([1217561](https://github.com/windingtree/org.id-resolver/commit/12175618edf290b8c68a717ea995cdef52e327cd))
12+
13+
14+
15+
16+
617
## [3.1.2](https://github.com/windingtree/org.id-resolver/compare/v3.1.1...v3.1.2) (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.1.2"
6+
"version": "3.1.3"
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.3](https://github.com/windingtree/org.id-resolver/compare/v3.1.2...v3.1.3) (2022-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixed missed build ([1217561](https://github.com/windingtree/org.id-resolver/commit/12175618edf290b8c68a717ea995cdef52e327cd))
12+
13+
14+
15+
16+
617
## [3.1.2](https://github.com/windingtree/org.id-resolver/compare/v3.1.1...v3.1.2) (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.1.2",
3+
"version": "3.1.3",
44
"description": "ORGiD DID resolver",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)