Skip to content

Commit c10ba2a

Browse files
semantic-release-botvansergen
authored andcommitted
chore(release): 2.0.2 [skip ci]
## [2.0.2](v2.0.1...v2.0.2) (2024-02-01) ### Bug Fixes * add missing files to the `npm` package ([d8db0fe](d8db0fe)), closes [#150](#150)
1 parent 068f310 commit c10ba2a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/binden-js/binden/compare/v2.0.1...v2.0.2) (2024-02-01)
4+
5+
### Bug Fixes
6+
7+
- add missing files to the `npm` package ([d8db0fe](https://github.com/binden-js/binden/commit/d8db0feb894595e70d5aad8a6ef0147b3daa0cfe)), closes [#150](https://github.com/binden-js/binden/issues/150)
8+
39
## [2.0.1](https://github.com/binden-js/binden/compare/v2.0.0...v2.0.1) (2024-01-31)
410

511
### Dependencies

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binden",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A simple HTTP server framework",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)