Skip to content

Commit 4c24725

Browse files
chore: version packages (#37)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b08cdc commit 4c24725

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/petite-weeks-own.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/c2pa-wasm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @contentauth/c2pa-wasm
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- 4b08cdc: Add signAndGetManifestBytes() method
8+
39
## 0.3.1
410

511
### Patch Changes

packages/c2pa-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentauth/c2pa-wasm",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"type": "module",
66
"module": "./pkg/c2pa.js",

packages/c2pa-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @contentauth/c2pa-web
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- 4b08cdc: Add signAndGetManifestBytes() method
8+
- Updated dependencies [4b08cdc]
9+
- @contentauth/c2pa-wasm@0.3.2
10+
311
## 0.3.1
412

513
### Patch Changes

packages/c2pa-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentauth/c2pa-web",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)