forked from Mirrors/doipjs
chore: release 1.2.9
This commit is contained in:
parent
fecaf7df12
commit
6d2606c8a9
9 changed files with 2535 additions and 1811 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.9] - 2024-02-01
|
||||
### Added
|
||||
- ORCiD identity claims
|
||||
### Changed
|
||||
- Improved code documentation
|
||||
- Optimized creation of Regexp instances
|
||||
### Fixed
|
||||
- Bad promise timeout logic
|
||||
- Dependencies cleaned up
|
||||
|
||||
## [1.2.8] - 2024-01-23
|
||||
### Added
|
||||
- OpenPGP and ASP claims
|
||||
|
|
1304
dist/doip.core.js
vendored
1304
dist/doip.core.js
vendored
File diff suppressed because it is too large
Load diff
4
dist/doip.core.min.js
vendored
4
dist/doip.core.min.js
vendored
File diff suppressed because one or more lines are too long
1506
dist/doip.fetchers.js
vendored
1506
dist/doip.fetchers.js
vendored
File diff suppressed because it is too large
Load diff
6
dist/doip.fetchers.min.js
vendored
6
dist/doip.fetchers.min.js
vendored
File diff suppressed because one or more lines are too long
1506
dist/doip.fetchers.minimal.js
vendored
1506
dist/doip.fetchers.minimal.js
vendored
File diff suppressed because it is too large
Load diff
6
dist/doip.fetchers.minimal.min.js
vendored
6
dist/doip.fetchers.minimal.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "doipjs",
|
||||
"version": "1.2.8",
|
||||
"version": "1.2.9",
|
||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||
"type": "module",
|
||||
"main": "./src/index.js",
|
||||
|
|
|
@ -22,4 +22,4 @@ limitations under the License.
|
|||
* doip.js library version
|
||||
* @constant {string}
|
||||
*/
|
||||
export const version = '1.2.8'
|
||||
export const version = '1.2.9'
|
||||
|
|
Loading…
Reference in a new issue