-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Aug 19, 2024
1 parent
76cca87
commit c3e4e88
Showing
11 changed files
with
108 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Incorrect excluding of signed data ([85c800f](https://github.com/PeculiarVentures/attestation/commit/85c800f6d7a11c9b3282d6b94c8a9e264e7e40a4)) | ||
* Type errors ([269039e](https://github.com/PeculiarVentures/attestation/commit/269039e4179335c0c2bc0d60643ad5e72b31efd1)) | ||
* update eslint and fix errors ([c2dfbc2](https://github.com/PeculiarVentures/attestation/commit/c2dfbc2e4b9369e034d51acc71ab6999bf532f4a)) | ||
* Update main.ts to include shebang for executable ([e9c9b33](https://github.com/PeculiarVentures/attestation/commit/e9c9b3336337231f4847f674f5d133d4be7560c5)) | ||
|
||
|
||
### Features | ||
|
||
* add files ([a2d87a6](https://github.com/PeculiarVentures/attestation/commit/a2d87a6e57b2e641a923f5f75a93b2d7c65ade3a)) | ||
* Split project into multiple packages using lerna ([12712e5](https://github.com/PeculiarVentures/attestation/commit/12712e5613adaa084268819ea320518be67182d7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update eslint and fix errors ([c2dfbc2](https://github.com/PeculiarVentures/attestation/commit/c2dfbc2e4b9369e034d51acc71ab6999bf532f4a)) | ||
* Update main.ts to include shebang for executable ([e9c9b33](https://github.com/PeculiarVentures/attestation/commit/e9c9b3336337231f4847f674f5d133d4be7560c5)) | ||
|
||
|
||
### Features | ||
|
||
* Split project into multiple packages using lerna ([12712e5](https://github.com/PeculiarVentures/attestation/commit/12712e5613adaa084268819ea320518be67182d7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* update eslint and fix errors ([c2dfbc2](https://github.com/PeculiarVentures/attestation/commit/c2dfbc2e4b9369e034d51acc71ab6999bf532f4a)) | ||
|
||
|
||
### Features | ||
|
||
* Split project into multiple packages using lerna ([12712e5](https://github.com/PeculiarVentures/attestation/commit/12712e5613adaa084268819ea320518be67182d7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Type errors ([269039e](https://github.com/PeculiarVentures/attestation/commit/269039e4179335c0c2bc0d60643ad5e72b31efd1)) | ||
* update eslint and fix errors ([c2dfbc2](https://github.com/PeculiarVentures/attestation/commit/c2dfbc2e4b9369e034d51acc71ab6999bf532f4a)) | ||
|
||
|
||
### Features | ||
|
||
* Split project into multiple packages using lerna ([12712e5](https://github.com/PeculiarVentures/attestation/commit/12712e5613adaa084268819ea320518be67182d7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.1.0 (2024-08-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Type errors ([269039e](https://github.com/PeculiarVentures/attestation/commit/269039e4179335c0c2bc0d60643ad5e72b31efd1)) | ||
* update eslint and fix errors ([c2dfbc2](https://github.com/PeculiarVentures/attestation/commit/c2dfbc2e4b9369e034d51acc71ab6999bf532f4a)) | ||
|
||
|
||
### Features | ||
|
||
* Split project into multiple packages using lerna ([12712e5](https://github.com/PeculiarVentures/attestation/commit/12712e5613adaa084268819ea320518be67182d7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters