Skip to content

Commit

Permalink
Bump version to 1.2.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jul 9, 2021
1 parent ffb8f3a commit 2a12570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.2.3] - 2021-07-09

* Improve [browser compatibility][pr#29] by explicitly requiring the
`buffer` module so that bundlers can replace it with a polyfill for browser apps.
* Improve [browser compatibility][pr#29] by loosening types from Buffer to Uint8Array.

## [1.2.2] - 2021-07-05

* Improve [browser compatibility][pr#27] by eliminating a dependence on
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": "buffer-layout",
"version": "1.2.2",
"version": "1.2.3",
"description": "Translation between JavaScript values and Buffers",
"keywords": [
"Buffer",
Expand Down

0 comments on commit 2a12570

Please sign in to comment.