Skip to content

Commit

Permalink
chore: release 5.2.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Oct 4, 2022
1 parent a173ce2 commit 59190fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.2.0](https://www.github.com/image-js/iobuffer/compare/v5.1.0...v5.2.0) (2022-10-04)


### Features

* add IOBuffer.back() ([#52](https://www.github.com/image-js/iobuffer/issues/52)) ([49a2df9](https://www.github.com/image-js/iobuffer/commit/49a2df924ac512d96d394eecb7fe24fdd2469ead))
* decode text ([616b1a5](https://www.github.com/image-js/iobuffer/commit/616b1a5e841ceb1174a86c6eb87bcffe571aca2f))

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


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.1.0",
"version": "5.2.0",
"description": "Read and write binary data on ArrayBuffers",
"main": "./lib/IOBuffer.js",
"module": "./lib-esm/IOBuffer.js",
Expand Down

0 comments on commit 59190fe

Please sign in to comment.