Skip to content

Commit 9553668

Browse files
chore(main): release 2.1.1 (#131)
🤖 I have created a release *beep* *boop* --- ## [2.1.1](v2.1.0...v2.1.1) (2026-05-08) ### Code Refactoring * **controller:** dedupe filter+include logic between `JsonApiQue… ([#132](#132)) ([07f69f5](07f69f5)) * **filters:** split `NestedPropertyNavigator` into focused classes ([#130](#130)) ([9b602bd](9b602bd)) ### Documentation * rename repo URLs and restructure README for OSS ([#142](#142)) ([e149f61](e149f61)) * update contributing guide for .NET 10 SDK and setup instructions ([82397c9](82397c9)) * update contributing guide to remove outdated information and clarify setup instructions ([a1d296d](a1d296d)) ### CI * use GITHUB_TOKEN instead of NUGET_AUTH_TOKEN ([134eaa9](134eaa9)) --- 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 134eaa9 commit 9553668

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

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

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/intility/json-api-toolkit/compare/v2.1.0...v2.1.1) (2026-05-08)
4+
5+
6+
### Code Refactoring
7+
8+
* **controller:** dedupe filter+include logic between `JsonApiQue… ([#132](https://github.com/intility/json-api-toolkit/issues/132)) ([07f69f5](https://github.com/intility/json-api-toolkit/commit/07f69f559b769a367755f1e1ca4c3b4cb201e64e))
9+
* **filters:** split `NestedPropertyNavigator` into focused classes ([#130](https://github.com/intility/json-api-toolkit/issues/130)) ([9b602bd](https://github.com/intility/json-api-toolkit/commit/9b602bd35ce96c97cdc8ed1a4aa27d7cfeeb4ad1))
10+
11+
12+
### Documentation
13+
14+
* rename repo URLs and restructure README for OSS ([#142](https://github.com/intility/json-api-toolkit/issues/142)) ([e149f61](https://github.com/intility/json-api-toolkit/commit/e149f61fc3ec1a9dc3f57897ff5157e31fec3738))
15+
* update contributing guide for .NET 10 SDK and setup instructions ([82397c9](https://github.com/intility/json-api-toolkit/commit/82397c97d6b8417ef11911fe1b1b8b5315824670))
16+
* update contributing guide to remove outdated information and clarify setup instructions ([a1d296d](https://github.com/intility/json-api-toolkit/commit/a1d296dd97939033bffc9a8c16b9b460cc5335c9))
17+
18+
19+
### CI
20+
21+
* use GITHUB_TOKEN instead of NUGET_AUTH_TOKEN ([134eaa9](https://github.com/intility/json-api-toolkit/commit/134eaa98c530a5a880bc05c65b66fb8f5c80ec0a))
22+
323
## [2.1.0](https://github.com/intility/Intility.JsonApiToolkit/compare/v2.0.1...v2.1.0) (2026-05-07)
424

525

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>2.1.0</Version>
9+
<Version>2.1.1</Version>
1010
<Authors>Intility</Authors>
1111
<Company>Intility</Company>
1212
<Description>A toolkit for implementing JSON:API specification in .NET applications</Description>

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: Intility JsonApiToolkit
22
site_description: Documentation for Intility JsonApiToolkit
33
site_url: https://intility.github.io/json-api-toolkit/
44
extra:
5-
version: 2.1.0 # x-release-please-version
5+
version: 2.1.1 # x-release-please-version
66

77
theme:
88
name: material

0 commit comments

Comments
 (0)