chore: release 2.1.0

This commit is contained in:
Yarmo Mackenbach 2024-12-03 18:56:06 +01:00
parent 1e9aff5f3f
commit eb6552e7dd
No known key found for this signature in database
GPG key ID: C248C28D432560ED
3 changed files with 6 additions and 2 deletions

View file

@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [2.1.0] - 2024-11-28
### Added ### Added
- SourceHut identity claims - SourceHut identity claims
- Bluesky identity claims - Bluesky identity claims
- pronouns.page identity claims - pronouns.page identity claims
### Removed
- Build files from git repo
## [2.0.1] - 2024-09-01 ## [2.0.1] - 2024-09-01
### Fixed ### Fixed

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "2.1.0-rc.3", "version": "2.1.0",
"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.3' export const version = '2.1.0'