Skip to content

Commit c634158

Browse files
chore: release version v2.0.0
1 parent b9ee11b commit c634158

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/dignifiedquire/borc/compare/v2.0.2...v2.0.0) (2016-12-11)
3+
4+
5+
### Features
6+
7+
* **decoder:** implement diagnose decoder ([857f9a9](https://github.com/dignifiedquire/borc/commit/857f9a9)), closes [#5](https://github.com/dignifiedquire/borc/issues/5)
8+
* add docs setup ([8164bc2](https://github.com/dignifiedquire/borc/commit/8164bc2))
9+
* rename to borc ([936dfc8](https://github.com/dignifiedquire/borc/commit/936dfc8))
10+
11+
12+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "borc",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC7049).",
55
"main": "./src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)