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

Commit 6403ce9

Browse files
committed
passim: update for 1.1.0 release
1 parent 363cded commit 6403ce9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.1.0] - 2018-01-06
44

55
* **API** Add a third parameter to Structure specifying it should decode
66
short buffers as prefixes, resolving [issue #19][issue#19].
@@ -122,7 +122,7 @@
122122

123123
* Initial release.
124124

125-
[Unreleased]: https://github.com/pabigot/buffer-layout/compare/v1.0.0...next
125+
[1.1.0]: https://github.com/pabigot/buffer-layout/compare/v1.0.0...v1.1.0
126126
[1.0.0]: https://github.com/pabigot/buffer-layout/compare/v0.13.0...v1.0.0
127127
[0.13.0]: https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.13.0
128128
[0.12.1]: https://github.com/pabigot/buffer-layout/compare/v0.12.0...v0.12.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Peter A. Bigot
3+
Copyright (c) 2015-2018 Peter A. Bigot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/Layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* The MIT License (MIT)
22
*
3-
* Copyright 2015-2017 Peter A. Bigot
3+
* Copyright 2015-2018 Peter A. Bigot
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy
66
* of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buffer-layout",
3-
"version": "1.1.0-dev",
3+
"version": "1.1.0",
44
"description": "Translation between JavaScript values and Buffers",
55
"keywords": [
66
"Buffer",
@@ -18,7 +18,7 @@
1818
"author": "Peter A. Bigot <[email protected]>",
1919
"main": "./lib/Layout.js",
2020
"devDependencies": {
21-
"coveralls": "~3.0.0",
21+
"coveralls": "^3.0.0",
2222
"eslint": "~4.13.1",
2323
"eslint-config-google": "~0.9.1",
2424
"eslint-plugin-pabigot": "~1.1.0",

0 commit comments

Comments
 (0)