Skip to content

Commit

Permalink
chore: release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Dec 20, 2023
1 parent 33b88ab commit b91dad9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 2.0.0
version: 2.0.1
version_files:
- Cargo.toml
- packages/certificate-verification-js/package.json:version
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 2.0.1 (2023-12-20)

### Fix

Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default-members = [
]

[workspace.package]
version = "2.0.0"
version = "2.0.1"
authors = ["DFINITY Stiftung"]
edition = "2021"
repository = "https://github.com/dfinity/response-verification"
Expand Down Expand Up @@ -75,14 +75,14 @@ rand = "0.8"
getrandom = { version = "0.2", features = ["js"] }


ic-certification = { path = "./packages/ic-certification", default-features = false, version = "2.0.0" }
ic-http-certification = { path = "./packages/ic-http-certification", version = "2.0.0" }
ic-certification = { path = "./packages/ic-certification", default-features = false, version = "2.0.1" }
ic-http-certification = { path = "./packages/ic-http-certification", version = "2.0.1" }
ic-certification-testing = { path = "./packages/ic-certification-testing" }
ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "2.0.0" }
ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "2.0.0" }
ic-response-verification = { path = "./packages/ic-response-verification", version = "2.0.0" }
ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "2.0.1" }
ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "2.0.1" }
ic-response-verification = { path = "./packages/ic-response-verification", version = "2.0.1" }
ic-response-verification-test-utils = { path = "./packages/ic-response-verification-test-utils" }
ic-cbor = { path = "./packages/ic-cbor", version = "2.0.0" }
ic-cbor = { path = "./packages/ic-cbor", version = "2.0.1" }


[workspace.dependencies.ic-types]
Expand Down
2 changes: 1 addition & 1 deletion packages/certificate-verification-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/certificate-verification",
"description": "Client side certificate verification for the Internet Computer",
"version": "2.0.0",
"version": "2.0.1",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-certification-testing-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/certification-testing",
"description": "Utilities for testing applications that work with Internet Computer certification",
"version": "2.0.0",
"version": "2.0.1",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-response-verification-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ic-response-verification-tests",
"version": "2.0.0",
"version": "2.0.1",
"dependencies": {
"@dfinity/agent": "~0.19.3",
"@dfinity/principal": "~0.19.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ic-response-verification-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dfinity/response-verification",
"description": "Client side response verification for the Internet Computer",
"version": "2.0.0",
"version": "2.0.1",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/response-verification",
Expand Down

0 comments on commit b91dad9

Please sign in to comment.