Skip to content

Commit 512a9a2

Browse files
chore(main): release 1.5.1 (#78)
🤖 I have created a release *beep* *boop* --- ## [1.5.1](v1.5.0...v1.5.1) (2026-01-25) ### Bug Fixes * **pagination:** eliminate redundant sync COUNT query ([#77](#77)) ([cd4d84f](cd4d84f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: intility-release-bot[bot] <175299729+intility-release-bot[bot]@users.noreply.github.com>
1 parent cd4d84f commit 512a9a2

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/intility/Intility.JsonApiToolkit/compare/v1.5.0...v1.5.1) (2026-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **pagination:** eliminate redundant sync COUNT query ([#77](https://github.com/intility/Intility.JsonApiToolkit/issues/77)) ([cd4d84f](https://github.com/intility/Intility.JsonApiToolkit/commit/cd4d84f6d4683c8a21c41300755ba9e978910c5e))
9+
310
## [1.5.0](https://github.com/intility/Intility.JsonApiToolkit/compare/v1.4.0...v1.5.0) (2026-01-24)
411

512

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- Package metadata -->
88
<PackageId>Intility.JsonApiToolkit</PackageId>
9-
<Version>1.5.0</Version>
9+
<Version>1.5.1</Version>
1010
<Authors>Intility</Authors>
1111
<Company>Intility</Company>
1212
<Description>A toolkit for implementing JSON:API specification in .NET applications</Description>

0 commit comments

Comments
 (0)