chore: release 2.1.0-rc.3

This commit is contained in:
Yarmo Mackenbach 2024-11-25 19:54:23 +01:00
parent f3863918d6
commit 1e9aff5f3f
No known key found for this signature in database
GPG key ID: C248C28D432560ED
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "2.1.0-rc.2", "version": "2.1.0-rc.3",
"description": "Decentralized Online Identity Proofs library in Node.js", "description": "Decentralized Online Identity Proofs library in Node.js",
"type": "module", "type": "module",
"packageManager": "npm@10.9.0", "packageManager": "npm@10.9.0",

View file

@ -22,4 +22,4 @@ limitations under the License.
* doip.js library version * doip.js library version
* @constant {string} * @constant {string}
*/ */
export const version = '2.1.0-rc.2' export const version = '2.1.0-rc.3'