Skip to content

Commit fe4982c

Browse files
committed
Bump version
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
1 parent a3b2006 commit fe4982c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

packages/postgres/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@hcengineering/postgres",
33
"entries": [
4+
{
5+
"version": "0.7.16",
6+
"tag": "@hcengineering/postgres_v0.7.16",
7+
"date": "Wed, 29 Oct 2025 18:01:56 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Sort for TypeIdentifier"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.7.15",
618
"tag": "@hcengineering/postgres_v0.7.15",

packages/postgres/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @hcengineering/postgres
22

3-
This log was last generated on Mon, 27 Oct 2025 16:26:11 GMT and should not be manually modified.
3+
This log was last generated on Wed, 29 Oct 2025 18:01:56 GMT and should not be manually modified.
4+
5+
## 0.7.16
6+
Wed, 29 Oct 2025 18:01:56 GMT
7+
8+
### Patches
9+
10+
- Sort for TypeIdentifier
411

512
## 0.7.15
613
Mon, 27 Oct 2025 16:26:11 GMT

packages/postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/postgres",
3-
"version": "0.7.15",
3+
"version": "0.7.16",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)