Skip to content

Commit

Permalink
passim: update for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pabigot committed Mar 14, 2018
1 parent eaab3c3 commit 547d00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [1.2.0] - 2018-03-14

* **API** Add [UTF8][doc:UTF8] to encode UTF strings in a possibly
bounded buffer, resolving [issue #21][issue#21].
Expand Down Expand Up @@ -131,7 +131,7 @@

* Initial release.

[Unreleased]: https://github.com/pabigot/buffer-layout/compare/v1.1.0...next
[1.2.0]: https://github.com/pabigot/buffer-layout/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/pabigot/buffer-layout/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/pabigot/buffer-layout/compare/v0.13.0...v1.0.0
[0.13.0]: https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.13.0
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.0-dev",
"version": "1.2.0",
"description": "Translation between JavaScript values and Buffers",
"keywords": [
"Buffer",
Expand Down

0 comments on commit 547d00b

Please sign in to comment.