Skip to content

Commit e506614

Browse files
committed
v3.0.0-beta.15
1 parent 42dd0b1 commit e506614

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0-beta.15](https://github.com/windingtree/org.id-resolver/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2022-01-14)
7+
8+
**Note:** Version bump only for package @windingtree/org.id-resolver-mono

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.0.0-beta.14"
6+
"version": "3.0.0-beta.15"
77
}

packages/resolver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.0.0-beta.15](https://github.com/windingtree/org.id-resolver/compare/v3.0.0-beta.14...v3.0.0-beta.15) (2022-01-14)
7+
8+
**Note:** Version bump only for package @windingtree/org.id-resolver

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.0.0-beta.14",
3+
"version": "3.0.0-beta.15",
44
"description": "ORGiD DID resolver",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)