Skip to content

Commit cc0673d

Browse files
thebeambotmattpolzin
authored andcommitted
chore(main): release 1.8.3
1 parent 6c1c09e commit cc0673d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.8.3](https://github.com/beam-community/jsonapi/compare/v1.8.2...v1.8.3) (2024-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* camelize when prefix is camelized already ([ae78a7d](https://github.com/beam-community/jsonapi/commit/ae78a7de4dd1960437d23b2c3177bd1cf721df4e))
12+
* Compiler warning for zero-arity fields function call ([b071131](https://github.com/beam-community/jsonapi/commit/b0711319d4473beab58b5bb68dac87f7b5f9daeb))
13+
614
## [1.8.2](https://github.com/beam-community/jsonapi/compare/v1.8.1...v1.8.2) (2024-09-22)
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.8.2",
7+
version: "1.8.3",
88
package: package(),
99
compilers: compilers(Mix.env()),
1010
description: description(),

0 commit comments

Comments
 (0)