We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241e26c commit a1543a8Copy full SHA for a1543a8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.1](https://github.com/hivetown/backend/compare/v1.2.0...v1.2.1) (2023-06-18)
4
+
5
6
+### Bug Fixes
7
8
+* add deleted_at to producer products of unit ([d5cea65](https://github.com/hivetown/backend/commit/d5cea65b8c933b485ee8bc3ce57641e060b2a7a1))
9
10
## [1.2.0](https://github.com/hivetown/backend/compare/v1.1.0...v1.2.0) (2023-06-17)
11
12
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@hivetown/backend",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Hivetown Backend",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments