Skip to content

Commit a7b84de

Browse files
chore(main): release 2.1.5
1 parent dcb6bc1 commit a7b84de

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.4"
2+
".": "2.1.5"
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.5](https://github.com/intility/json-api-toolkit/compare/v2.1.4...v2.1.5) (2026-05-26)
4+
5+
6+
### Build System
7+
8+
* **nuget:** Bump the testing group with 1 update ([#156](https://github.com/intility/json-api-toolkit/issues/156)) ([965f261](https://github.com/intility/json-api-toolkit/commit/965f2619435761bc7662abeab02475bed2feeea7))
9+
10+
11+
### CI
12+
13+
* **actions:** Bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#153](https://github.com/intility/json-api-toolkit/issues/153)) ([b341e81](https://github.com/intility/json-api-toolkit/commit/b341e81b0a999de943925683ede573f788e8a981))
14+
* **actions:** Bump github/codeql-action from 4.35.4 to 4.35.5 ([#154](https://github.com/intility/json-api-toolkit/issues/154)) ([b5c1479](https://github.com/intility/json-api-toolkit/commit/b5c147906a085c876c72b1af053be0bd59f9eb9d))
15+
* **actions:** Bump github/codeql-action from 4.35.5 to 4.36.0 ([#158](https://github.com/intility/json-api-toolkit/issues/158)) ([dcb6bc1](https://github.com/intility/json-api-toolkit/commit/dcb6bc174c9e4f66e7c6d26e64c865baa6cdb446))
16+
317
## [2.1.4](https://github.com/intility/json-api-toolkit/compare/v2.1.3...v2.1.4) (2026-05-11)
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.4</Version>
10+
<Version>2.1.5</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.4 # x-release-please-version
5+
version: 2.1.5 # x-release-please-version
66

77
theme:
88
name: material

0 commit comments

Comments
 (0)