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

Commit d923dd0

Browse files
committed
passim: update for release
1 parent c7436f7 commit d923dd0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [0.13.0] - 2016-03-27
44

5-
* **API** [fieldFor][doc:BitStructure.fieldFor].
5+
* **API** Add [fieldFor][doc:BitStructure.fieldFor].
66
* Fix incorrect encoding of [boolean-valued bit fields][doc:Boolean].
77
* **API** Add [offsetOf][doc:Structure.offsetOf] and [layoutFor][doc:Structure.layoutFor].
88

9-
## [0.12.1] - 2016-0308
9+
## [0.12.1] - 2016-03-08
1010

1111
* Disable coverage testing for [patchIssue3992][doc:patchIssue3992] to
1212
avoid taking a penalty on node versions that have been updated.
1313

14-
## [0.12.0] - 2016-0308
14+
## [0.12.0] - 2016-03-08
1515

1616
* **API** Replace `setClassLayout` with [bindConstructorLayout][doc:bindConstructorLayout].
1717
* **API** Replace `objectPrototype` with [makeDestinationObject][doc:makeDestinationObject].
@@ -104,7 +104,7 @@
104104

105105
* Initial release.
106106

107-
[Unreleased]: https://github.com/pabigot/buffer-layout/compare/v0.12.1...next
107+
[0.13.0]: https://github.com/pabigot/buffer-layout/compare/v0.12.1...v0.13.0
108108
[0.12.0]: https://github.com/pabigot/buffer-layout/compare/v0.11.0...v0.12.0
109109
[0.11.0]: https://github.com/pabigot/buffer-layout/compare/v0.10.0...v0.11.0
110110
[0.10.0]: https://github.com/pabigot/buffer-layout/compare/v0.9.0...v0.10.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": "0.13.0-next",
3+
"version": "0.13.0",
44
"description": "Translation between JavaScript values and Buffers",
55
"keywords": [
66
"Buffer",

0 commit comments

Comments
 (0)