Skip to content

Commit d7ad964

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2024-09-30) ### Bug Fixes * **package.json:** add missing main field ([55a35d3](55a35d3))
1 parent 55a35d3 commit d7ad964

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/OptimalBits/redbird/compare/v1.0.1...v1.0.2) (2024-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **package.json:** add missing main field ([55a35d3](https://github.com/OptimalBits/redbird/commit/55a35d368b5433554d0282a27c0836949568e1ea))
7+
18
## [1.0.1](https://github.com/OptimalBits/redbird/compare/v1.0.0...v1.0.1) (2024-09-19)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redbird",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A reverse proxy with support for dynamic tables",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)