Skip to content

Commit 4b5d245

Browse files
chore(main): release 1.4.0
1 parent d23b670 commit 4b5d245

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/hivetown/backend/compare/v1.3.0...v1.4.0) (2023-07-11)
4+
5+
6+
### Features
7+
8+
* allow sorting products by popularity and price ([2c0bd04](https://github.com/hivetown/backend/commit/2c0bd0452270dd3fcf0a756ee8ee469baab629c3))
9+
10+
11+
### Bug Fixes
12+
13+
* products count was incorrect ([c8592bd](https://github.com/hivetown/backend/commit/c8592bde592eb368217be5d1ee167b3b15d21f7b))
14+
* unit products were not populating spec ([f30755b](https://github.com/hivetown/backend/commit/f30755bf1148ea1914ac7f3f1beb68a4b9180a51))
15+
316
## [1.3.0](https://github.com/hivetown/backend/compare/v1.2.2...v1.3.0) (2023-07-06)
417

518
### Features

package.json

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

0 commit comments

Comments
 (0)