Skip to content

Commit 27ccf4b

Browse files
chore(main): release 2.1.2
1 parent 4bedc09 commit 27ccf4b

4 files changed

Lines changed: 10 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.1"
2+
".": "2.1.2"
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+
## [2.1.2](https://github.com/intility/json-api-toolkit/compare/v2.1.1...v2.1.2) (2026-05-08)
4+
5+
6+
### CI
7+
8+
* **actions:** Bump github/codeql-action from 4.35.3 to 4.35.4 ([#145](https://github.com/intility/json-api-toolkit/issues/145)) ([4bedc09](https://github.com/intility/json-api-toolkit/commit/4bedc09c5dc2f85cb025dbc603106fcd90ff6d5d))
9+
310
## [2.1.1](https://github.com/intility/json-api-toolkit/compare/v2.1.0...v2.1.1) (2026-05-08)
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>2.1.1</Version>
9+
<Version>2.1.2</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.1 # x-release-please-version
5+
version: 2.1.2 # x-release-please-version
66

77
theme:
88
name: material

0 commit comments

Comments
 (0)