chore: release 2.0.0

This commit is contained in:
Yarmo Mackenbach 2024-08-12 16:27:12 +02:00
parent 97fdb59f97
commit 2baf4ccbe3
No known key found for this signature in database
GPG key ID: C248C28D432560ED
7 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.0.0] - 2024-06-08 ## [2.0.0] - 2024-08-12
### Added ### Added
- Discord identity claims - Discord identity claims
- pronouns.cc identity claims - pronouns.cc identity claims

View file

@ -6002,7 +6002,7 @@ var doipFetchers = (function (exports) {
* doip.js library version * doip.js library version
* @constant {string} * @constant {string}
*/ */
const version = '2.0.0-rc.1'; const version = '2.0.0';
/* /*
Copyright 2022 Yarmo Mackenbach Copyright 2022 Yarmo Mackenbach

File diff suppressed because one or more lines are too long

View file

@ -5988,7 +5988,7 @@ var doipFetchers = (function (exports) {
* doip.js library version * doip.js library version
* @constant {string} * @constant {string}
*/ */
const version = '2.0.0-rc.1'; const version = '2.0.0';
/* /*
Copyright 2022 Yarmo Mackenbach Copyright 2022 Yarmo Mackenbach

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "2.0.0-rc.1", "version": "2.0.0",
"description": "Decentralized Online Identity Proofs library in Node.js", "description": "Decentralized Online Identity Proofs library in Node.js",
"type": "module", "type": "module",
"main": "./src/index.js", "main": "./src/index.js",

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.0.0-rc.1' export const version = '2.0.0'