We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb45511 + eb72e0d commit 0068c3dCopy full SHA for 0068c3d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.3.0](https://github.com/hivetown/backend/compare/v1.2.2...v1.3.0) (2023-07-06)
4
+
5
6
+### Features
7
8
+* order by when returning multiple rows ([01e2717](https://github.com/hivetown/backend/commit/01e271761473156ea6a3b16c053e279a83fc9786))
9
10
## [1.2.2](https://github.com/hivetown/backend/compare/v1.2.1...v1.2.2) (2023-06-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@hivetown/backend",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "Hivetown Backend",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments