Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 547d00b

Browse files
committed
passim: update for 1.2.0 release
1 parent eaab3c3 commit 547d00b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [1.2.0] - 2018-03-14
44

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

132132
* Initial release.
133133

134-
[Unreleased]: https://github.com/pabigot/buffer-layout/compare/v1.1.0...next
134+
[1.2.0]: https://github.com/pabigot/buffer-layout/compare/v1.1.0...v1.2.0
135135
[1.1.0]: https://github.com/pabigot/buffer-layout/compare/v1.0.0...v1.1.0
136136
[1.0.0]: https://github.com/pabigot/buffer-layout/compare/v0.13.0...v1.0.0
137137
[0.13.0]: https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.13.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buffer-layout",
3-
"version": "1.2.0-dev",
3+
"version": "1.2.0",
44
"description": "Translation between JavaScript values and Buffers",
55
"keywords": [
66
"Buffer",

0 commit comments

Comments
 (0)