mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
chore: release 2.1.0
This commit is contained in:
parent
1e9aff5f3f
commit
eb6552e7dd
3 changed files with 6 additions and 2 deletions
|
@ -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).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.1.0] - 2024-11-28
|
||||
### Added
|
||||
- SourceHut identity claims
|
||||
- Bluesky identity claims
|
||||
- pronouns.page identity claims
|
||||
### Removed
|
||||
- Build files from git repo
|
||||
|
||||
## [2.0.1] - 2024-09-01
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "doipjs",
|
||||
"version": "2.1.0-rc.3",
|
||||
"version": "2.1.0",
|
||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||
"type": "module",
|
||||
"packageManager": "npm@10.9.0",
|
||||
|
|
|
@ -22,4 +22,4 @@ limitations under the License.
|
|||
* doip.js library version
|
||||
* @constant {string}
|
||||
*/
|
||||
export const version = '2.1.0-rc.3'
|
||||
export const version = '2.1.0'
|
||||
|
|
Loading…
Reference in a new issue