We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 569aed1 + b7ac99e commit 6b00f01Copy full SHA for 6b00f01
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.2](https://github.com/hivetown/backend/compare/v1.2.1...v1.2.2) (2023-06-18)
4
+
5
6
+### Bug Fixes
7
8
+* sometimes parent is undefined, so check for it ([f2c2e13](https://github.com/hivetown/backend/commit/f2c2e132ab7d4d713b9a36edce0d89146a0c1ba4))
9
10
## [1.2.1](https://github.com/hivetown/backend/compare/v1.2.0...v1.2.1) (2023-06-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@hivetown/backend",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Hivetown Backend",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments