Skip to content

Commit 9da3f13

Browse files
committed
chore: release 1.3.0
1 parent a372794 commit 9da3f13

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

.cz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
55
update_changelog_on_bump: true
6-
version: 1.2.0
6+
version: 1.3.0
77
version_files:
88
- Cargo.toml
99
- packages/certificate-verification-js/package.json:version

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.3.0 (2023-11-17)
22

33
### Feat
44

Cargo.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ default-members = [
2929
]
3030

3131
[workspace.package]
32-
version = "1.2.0"
32+
version = "1.3.0"
3333
authors = ["DFINITY Stiftung"]
3434
edition = "2021"
3535
repository = "https://github.com/dfinity/response-verification"
@@ -73,13 +73,13 @@ rand = "0.8"
7373
getrandom = { version = "0.2", features = ["js"] }
7474

7575

76-
ic-certification = { path = "./packages/ic-certification", default-features = false, version = "1.2.0" }
76+
ic-certification = { path = "./packages/ic-certification", default-features = false, version = "1.3.0" }
7777
ic-certification-testing = { path = "./packages/ic-certification-testing" }
78-
ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "1.2.0" }
79-
ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "1.2.0" }
80-
ic-response-verification = { path = "./packages/ic-response-verification", version = "1.2.0" }
78+
ic-representation-independent-hash = { path = "./packages/ic-representation-independent-hash", version = "1.3.0" }
79+
ic-certificate-verification = { path = "./packages/ic-certificate-verification", version = "1.3.0" }
80+
ic-response-verification = { path = "./packages/ic-response-verification", version = "1.3.0" }
8181
ic-response-verification-test-utils = { path = "./packages/ic-response-verification-test-utils" }
82-
ic-cbor = { path = "./packages/ic-cbor", version = "1.2.0" }
82+
ic-cbor = { path = "./packages/ic-cbor", version = "1.3.0" }
8383

8484

8585
[workspace.dependencies.ic-types]

packages/certificate-verification-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dfinity/certificate-verification",
33
"description": "Client side certificate verification for the Internet Computer",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"author": "DFINITY Stiftung",
66
"license": "Apache-2.0",
77
"repository": "github:dfinity/response-verification",

packages/ic-certification-testing-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dfinity/certification-testing",
33
"description": "Utilities for testing applications that work with Internet Computer certification",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"author": "DFINITY Stiftung",
66
"license": "Apache-2.0",
77
"repository": "github:dfinity/response-verification",

packages/ic-response-verification-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ic-response-verification-tests",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"dependencies": {
55
"@dfinity/agent": "~0.19.3",
66
"@dfinity/principal": "~0.19.3",

packages/ic-response-verification-wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dfinity/response-verification",
33
"description": "Client side response verification for the Internet Computer",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"author": "DFINITY Stiftung",
66
"license": "Apache-2.0",
77
"repository": "github:dfinity/response-verification",

0 commit comments

Comments
 (0)