Skip to content

Commit bd8d6ee

Browse files
committed
chore: release version v1.3.4
1 parent 5e8ae28 commit bd8d6ee

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.3.4](https://github.com/ash-project/ash_json_api/compare/v1.3.3...v1.3.4) (2024-07-05)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* add leading slash to JSON pointer in schema errors (#199)
16+
17+
* avoid failing openapi generation for non existing resource actions (#198)
18+
819
## [v1.3.3](https://github.com/ash-project/ash_json_api/compare/v1.3.2...v1.3.3) (2024-07-04)
920

1021

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
55
The JSON:API extension for the Ash Framework.
66
"""
77

8-
@version "1.3.3"
8+
@version "1.3.4"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)