chore: release 2.0.0-rc.1

2.0.0-rc.1
This commit is contained in:
Yarmo Mackenbach 2024-06-15 19:31:21 +02:00
parent 0313433929
commit f3521e21be
No known key found for this signature in database
GPG key ID: C248C28D432560ED
9 changed files with 1342 additions and 608 deletions

View file

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.0.0] - 2024-06-08
### Added
- Discord identity claims
- pronouns.cc identity claims
- Nix flake
### Changed
- Switched from yarn to npm
## [1.2.9] - 2024-02-01
### Added
- ORCiD identity claims

640
dist/doip.core.js vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

640
dist/doip.fetchers.js vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "doipjs",
"version": "1.2.9",
"version": "2.0.0-rc.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "doipjs",
"version": "1.2.9",
"version": "2.0.0-rc.1",
"license": "Apache-2.0",
"dependencies": {
"@openpgp/hkp-client": "^0.0.3",

View file

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