We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d7b2bb + e5efe44 commit 28fb8ceCopy full SHA for 28fb8ce
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/hivetown/backend/compare/v1.0.0...v1.0.1) (2023-06-09)
4
+
5
6
+### Bug Fixes
7
8
+* force report optional booleans to be true ([b004439](https://github.com/hivetown/backend/commit/b004439f2ce558e57bb52e400ee1bbf2af975aa6))
9
10
## 1.0.0 (2023-05-30)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@hivetown/backend",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Hivetown Backend",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments