Skip to content

Commit 65e02d2

Browse files
authored
Merge pull request #15 from jeremy-code/changeset-release/main
chore(release): version packages
2 parents 53858c7 + 4755df7 commit 65e02d2

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/chatty-falcons-take.md

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

.changeset/lazy-sails-stay.md

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

CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 4c93294: add BiMap and handle enums with bidirectional mapping instead of iteration
8+
9+
### Patch Changes
10+
11+
- 53858c7: add mapRationalFromObject and mapRtionalToObject to make handling rationals slightly easier
12+
313
## 0.3.1
414

515
### Patch 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.1",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "JavaScript bindings for libexif compiled to WebAssembly",
66
"scripts": {

0 commit comments

Comments
 (0)