mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
chore: release 1.2.8
This commit is contained in:
parent
70ee790f0a
commit
c02742e041
9 changed files with 78097 additions and 32141 deletions
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2.8] - 2024-01-23
|
||||||
|
### Added
|
||||||
|
- OpenPGP and ASP claims
|
||||||
|
|
||||||
## [1.2.7] - 2023-10-09
|
## [1.2.7] - 2023-10-09
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix regex errors
|
- Fix regex errors
|
||||||
|
|
6234
dist/doip.core.js
vendored
6234
dist/doip.core.js
vendored
File diff suppressed because one or more lines are too long
18
dist/doip.core.min.js
vendored
18
dist/doip.core.min.js
vendored
File diff suppressed because one or more lines are too long
14711
dist/doip.fetchers.js
vendored
14711
dist/doip.fetchers.js
vendored
File diff suppressed because one or more lines are too long
22
dist/doip.fetchers.min.js
vendored
22
dist/doip.fetchers.min.js
vendored
File diff suppressed because one or more lines are too long
35827
dist/doip.fetchers.minimal.js
vendored
35827
dist/doip.fetchers.minimal.js
vendored
File diff suppressed because one or more lines are too long
22
dist/doip.fetchers.minimal.min.js
vendored
22
dist/doip.fetchers.minimal.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "1.2.7",
|
"version": "1.2.8",
|
||||||
"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",
|
||||||
|
|
|
@ -22,4 +22,4 @@ limitations under the License.
|
||||||
* doip.js library version
|
* doip.js library version
|
||||||
* @constant {string}
|
* @constant {string}
|
||||||
*/
|
*/
|
||||||
export const version = '1.2.7'
|
export const version = '1.2.8'
|
||||||
|
|
Loading…
Reference in a new issue