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

Commit cf42f96

Browse files
chore(release): set package.json to 1.1.0 [skip ci]
# [1.1.0](v1.0.3...v1.1.0) (2022-12-11) ### Features * add auth and idle timeouts ([fae97d9](fae97d9))
1 parent fae97d9 commit cf42f96

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/bloop-box/bloop-server-node/compare/v1.0.3...v1.1.0) (2022-12-11)
2+
3+
4+
### Features
5+
6+
* add auth and idle timeouts ([fae97d9](https://github.com/bloop-box/bloop-server-node/commit/fae97d9db1773a2d0f92c513ba917ec8b70e4460))
7+
18
## [1.0.3](https://github.com/bloop-box/bloop-server-node/compare/v1.0.2...v1.0.3) (2022-12-10)
29

310

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.0.3",
3+
"version": "1.1.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)