From 244d5faf0f13620f5dec47ed1637740b2ba41f5f Mon Sep 17 00:00:00 2001 From: "intility-secmgmt-release-bot[bot]" <263594613+intility-secmgmt-release-bot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:57:30 +0000 Subject: [PATCH] chore(main): release 2.3.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 29 ++++++++++++++++++++++++++++ JsonApiToolkit/JsonApiToolkit.csproj | 2 +- mkdocs.yaml | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d9ba3..f49e577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [2.3.0](https://github.com/intility/json-api-toolkit/compare/v2.2.0...v2.3.0) (2026-09-03) + + +### Features + +* unify fields[] type naming via [JsonApiResource] (opt-in) ([#209](https://github.com/intility/json-api-toolkit/issues/209)) ([969cb06](https://github.com/intility/json-api-toolkit/commit/969cb061ffc70225edcb493d6aa6aff9cc8dad84)) + + +### Bug Fixes + +* use Path.Join instead of Path.Combine in CLI test ([#213](https://github.com/intility/json-api-toolkit/issues/213)) ([396d240](https://github.com/intility/json-api-toolkit/commit/396d2406d46b4be715e20e85b5a5639b171822ca)) + + +### Code Refactoring + +* use LINQ Where in pagination link builder ([#212](https://github.com/intility/json-api-toolkit/issues/212)) ([1aa373a](https://github.com/intility/json-api-toolkit/commit/1aa373aeadec9c55d919874b4846511f4a6bde97)) + + +### Build System + +* **deps:** Bump intility-bifrost-mkdocs from 0.7.1 to 0.9.0 in /docs in the docs group ([#208](https://github.com/intility/json-api-toolkit/issues/208)) ([6347be5](https://github.com/intility/json-api-toolkit/commit/6347be5908926b09309c6b56a353b5045e63154e)) +* **deps:** Bump intility-bifrost-mkdocs in /docs in the docs group ([6347be5](https://github.com/intility/json-api-toolkit/commit/6347be5908926b09309c6b56a353b5045e63154e)) + + +### CI + +* **codeql:** exclude ContractApi test fixture from alerts ([#214](https://github.com/intility/json-api-toolkit/issues/214)) ([9bb8c02](https://github.com/intility/json-api-toolkit/commit/9bb8c02042e15c60a4edc5264abafd6b641d65f6)) +* **dependabot:** update groupings and add pip for the docs page ([#206](https://github.com/intility/json-api-toolkit/issues/206)) ([3dc2932](https://github.com/intility/json-api-toolkit/commit/3dc2932d83d5db30759c713315a9f3076bcd637d)) + ## [2.2.0](https://github.com/intility/json-api-toolkit/compare/v2.1.8...v2.2.0) (2026-08-25) diff --git a/JsonApiToolkit/JsonApiToolkit.csproj b/JsonApiToolkit/JsonApiToolkit.csproj index 0b0876d..37bf653 100644 --- a/JsonApiToolkit/JsonApiToolkit.csproj +++ b/JsonApiToolkit/JsonApiToolkit.csproj @@ -7,7 +7,7 @@ Intility.JsonApiToolkit JsonApiToolkit - 2.2.0 + 2.3.0 Intility Intility Copyright (c) Intility diff --git a/mkdocs.yaml b/mkdocs.yaml index b0f1b8a..29f8913 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -2,7 +2,7 @@ site_name: Intility JsonApiToolkit site_description: Documentation for Intility JsonApiToolkit site_url: https://intility.github.io/json-api-toolkit/ extra: - version: 2.2.0 # x-release-please-version + version: 2.3.0 # x-release-please-version theme: name: material