Skip to content

Commit f8642b4

Browse files
chore(main): release 1.13.0 (#417)
* chore(main): release 1.13.0 * Fix release notes --------- Co-authored-by: Mathew Polzin <mpolzin@workwithopal.com>
1 parent bce55a2 commit f8642b4

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
## NEXT
44
...
55

6+
## [1.13.0](https://github.com/beam-community/jsonapi/compare/v1.12.0...v1.13.0) (2026-04-13)
7+
8+
9+
### Features
10+
11+
* Add sparse fieldset support for relationships ([#408](https://github.com/beam-community/jsonapi/issues/408)) ([#410](https://github.com/beam-community/jsonapi/pull/410))
12+
13+
614
## [1.12.0](https://github.com/beam-community/jsonapi/compare/v1.11.0...v1.12.0) (2026-04-08)
715

816

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
44
def project do
55
[
66
app: :jsonapi,
7-
version: "1.12.0",
7+
version: "1.13.0",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)