Skip to content

Commit 0068c3d

Browse files
authored
Merge pull request #68 from hivetown/release-please--branches--main--components--backend
chore(main): release 1.3.0
2 parents cb45511 + eb72e0d commit 0068c3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.2.2](https://github.com/hivetown/backend/compare/v1.2.1...v1.2.2) (2023-06-18)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hivetown/backend",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Hivetown Backend",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)