Skip to content

Commit

Permalink
chore: release 5.1.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Dec 17, 2021
1 parent 47f19f0 commit f28a150
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.0](https://www.github.com/image-js/iobuffer/compare/v5.0.4...v5.1.0) (2021-12-17)


### Features

* add int64 support ([3a306c0](https://www.github.com/image-js/iobuffer/commit/3a306c0d3fb62f88be7ad59ea1d202a623907426))

### [5.0.4](https://www.github.com/image-js/iobuffer/compare/v5.0.3...v5.0.4) (2021-10-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobuffer",
"version": "5.0.4",
"version": "5.1.0",
"description": "Read and write binary data on ArrayBuffers",
"main": "./lib/IOBuffer.js",
"module": "./lib-esm/IOBuffer.js",
Expand Down

0 comments on commit f28a150

Please sign in to comment.