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

Commit 82a8a47

Browse files
chore(release): set package.json to 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2022-12-10) ### Bug Fixes * user explicit type exports in index.ts ([fcdce69](fcdce69))
1 parent fcdce69 commit 82a8a47

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.0.1](https://github.com/bloop-box/bloop-server-node/compare/v1.0.0...v1.0.1) (2022-12-10)
2+
3+
4+
### Bug Fixes
5+
6+
* user explicit type exports in index.ts ([fcdce69](https://github.com/bloop-box/bloop-server-node/commit/fcdce6918de9be3b9017766df5f64052a66486f6))
7+
18
# 1.0.0 (2022-12-06)
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.0",
3+
"version": "1.0.1",
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)