Skip to content

Commit ec9b41b

Browse files
chore(main): release 1.11.3 (#91)
1 parent a13aff9 commit ec9b41b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.11.2"
2+
".": "1.11.3"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.11.3](https://github.com/mathematic-inc/ts-japi/compare/v1.11.2...v1.11.3) (2024-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **issue 89:** conditional logic handling links ([#90](https://github.com/mathematic-inc/ts-japi/issues/90)) ([a13aff9](https://github.com/mathematic-inc/ts-japi/commit/a13aff9c317cd6871ef21141b1bf594254aec878))
9+
310
## [1.11.2](https://github.com/mathematic-inc/ts-japi/compare/v1.11.1...v1.11.2) (2024-04-18)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-japi",
3-
"version": "1.11.2",
3+
"version": "1.11.3",
44
"description": "A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)