Skip to content

Commit c51599c

Browse files
authored
Merge pull request #13 from jeremy-code/changeset-release/main
chore(release): version packages
2 parents b365fbc + d5d773d commit c51599c

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.changeset/afraid-plums-check.md

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

.changeset/violet-dodos-juggle.md

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# libexif-wasm
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- ac08cc7: export TagEntry type from getExifTagTable
8+
- c210ed1: move IfdTuple, IfdPtr types to /interfaces/libexif.ts and export those interfaces in index
9+
310
## 0.3.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libexif-wasm",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"type": "module",
55
"description": "JavaScript bindings for libexif compiled to WebAssembly",
66
"scripts": {

0 commit comments

Comments
 (0)