Skip to content

Commit c3d86d5

Browse files
chore(release): set package.json to 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2023-10-24) ### Bug Fixes * **Processor:** make sure to only accept 16 byte UUIDs ([357995e](357995e)) ### Features * implement bloop version 4 protocol ([725ff00](725ff00)) ### BREAKING CHANGES * This will require a client implementing version 4 of the bloop protocol.
1 parent 357995e commit c3d86d5

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/bloop-box/bloop-server-node/compare/v1.1.1...v2.0.0) (2023-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **Processor:** make sure to only accept 16 byte UUIDs ([357995e](https://github.com/bloop-box/bloop-server-node/commit/357995ee91cdb23743b7d8ad9a8ff62892604f02))
7+
8+
9+
### Features
10+
11+
* implement bloop version 4 protocol ([725ff00](https://github.com/bloop-box/bloop-server-node/commit/725ff007b24b80437ed1a925fc0c7274c2a09a5f))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* This will require a client implementing version 4 of the bloop
17+
protocol.
18+
119
## [1.1.1](https://github.com/bloop-box/bloop-server-node/compare/v1.1.0...v1.1.1) (2023-02-22)
220

321

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloop-server",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Server library for the Bloop Box protocol",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)