Skip to content

Commit 5480a4a

Browse files
chore(main): release 2.1.6
1 parent bfd6711 commit 5480a4a

4 files changed

Lines changed: 17 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.5"
2+
".": "2.1.6"
33
}

CHANGELOG.md

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

3+
## [2.1.6](https://github.com/intility/json-api-toolkit/compare/v2.1.5...v2.1.6) (2026-06-03)
4+
5+
6+
### Build System
7+
8+
* **nuget:** Bump the microsoft group with 1 update ([#163](https://github.com/intility/json-api-toolkit/issues/163)) ([bfd6711](https://github.com/intility/json-api-toolkit/commit/bfd6711b2f6bed901daaef47d0dc161fc42e5f99))
9+
10+
11+
### CI
12+
13+
* **actions:** Bump actions/checkout from 6.0.2 to 6.0.3 ([#160](https://github.com/intility/json-api-toolkit/issues/160)) ([b2e2d24](https://github.com/intility/json-api-toolkit/commit/b2e2d24d68cf9e688e3ca1e893b701b3ab9efd37))
14+
* **actions:** Bump actions/setup-dotnet from 5.2.0 to 5.3.0 ([#161](https://github.com/intility/json-api-toolkit/issues/161)) ([8600fe5](https://github.com/intility/json-api-toolkit/commit/8600fe5ee278a37bffa0211c3977b79ca687141d))
15+
* **actions:** Bump github/codeql-action from 4.36.0 to 4.36.1 ([#162](https://github.com/intility/json-api-toolkit/issues/162)) ([f1a33c3](https://github.com/intility/json-api-toolkit/commit/f1a33c366ef71e758a27c1ff82b7853f6bb870f6))
16+
317
## [2.1.5](https://github.com/intility/json-api-toolkit/compare/v2.1.4...v2.1.5) (2026-05-26)
418

519

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Package metadata -->
88
<PackageId>Intility.JsonApiToolkit</PackageId>
99
<Title>JsonApiToolkit</Title>
10-
<Version>2.1.5</Version>
10+
<Version>2.1.6</Version>
1111
<Authors>Intility</Authors>
1212
<Company>Intility</Company>
1313
<Copyright>Copyright (c) Intility</Copyright>

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.5 # x-release-please-version
5+
version: 2.1.6 # x-release-please-version
66

77
theme:
88
name: material

0 commit comments

Comments
 (0)