Skip to content

Commit

Permalink
chore(release): set package.json to 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2024-01-24)

### Bug Fixes

* **client:** accept 16 byte achievement IDs instead of 20 byte ([884637e](884637e))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 884637e commit 43d397e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/bloop-box/bloop-server-node/compare/v2.0.0...v2.0.1) (2024-01-24)


### Bug Fixes

* **client:** accept 16 byte achievement IDs instead of 20 byte ([884637e](https://github.com/bloop-box/bloop-server-node/commit/884637e4312064621deea467c08698a923b5d617))

# [2.0.0](https://github.com/bloop-box/bloop-server-node/compare/v1.1.1...v2.0.0) (2023-10-24)


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": "2.0.0",
"version": "2.0.1",
"description": "Server library for the Bloop Box protocol",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 43d397e

Please sign in to comment.