Skip to content

Commit c1f5237

Browse files
committed
chore(release): publish
- project: json-api-nestjs-sdk 9.0.0 - project: json-api-nestjs 9.0.0
1 parent b02a774 commit c1f5237

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

libs/json-api/json-api-nestjs-sdk/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 9.0.0 (2025-02-12)
2+
3+
This was a version bump only for json-api-nestjs-sdk to align it with other projects, there were no code changes.
4+
15
# 8.0.0 (2024-12-18)
26

37
### 🚀 Features

libs/json-api/json-api-nestjs-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-api-nestjs-sdk",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"engines": {
55
"node": ">= 16.0.0"
66
},

libs/json-api/json-api-nestjs/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 9.0.0 (2025-02-12)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs:** Microro orm ([4696f51](https://github.com/klerick/nestjs-json-api/commit/4696f51))
6+
- **json-api-nestjs:** Microro orm ([18f4a0c](https://github.com/klerick/nestjs-json-api/commit/18f4a0c))
7+
8+
### 🩹 Fixes
9+
10+
- **json-api-nestjs:** Fix circular type for query obkect ([e492cd1](https://github.com/klerick/nestjs-json-api/commit/e492cd1))
11+
12+
### ❤️ Thank You
13+
14+
- Alex H
15+
116
# 8.0.0 (2024-12-18)
217

318
### 🚀 Features

0 commit comments

Comments
 (0)