Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Oct 24, 2023
1 parent 357995e commit c3d86d5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/bloop-box/bloop-server-node/compare/v1.1.1...v2.0.0) (2023-10-24)


### Bug Fixes

* **Processor:** make sure to only accept 16 byte UUIDs ([357995e](https://github.com/bloop-box/bloop-server-node/commit/357995ee91cdb23743b7d8ad9a8ff62892604f02))


### Features

* implement bloop version 4 protocol ([725ff00](https://github.com/bloop-box/bloop-server-node/commit/725ff007b24b80437ed1a925fc0c7274c2a09a5f))


### BREAKING CHANGES

* This will require a client implementing version 4 of the bloop
protocol.

## [1.1.1](https://github.com/bloop-box/bloop-server-node/compare/v1.1.0...v1.1.1) (2023-02-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bloop-server",
"version": "1.1.1",
"version": "2.0.0",
"description": "Server library for the Bloop Box protocol",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit c3d86d5

Please sign in to comment.