Skip to content

Commit e045ade

Browse files
chore(main): release 1.10.1 (#79)
1 parent 173364f commit e045ade

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.10.1](https://github.com/mathematic-inc/ts-japi/compare/v1.10.0...v1.10.1) (2024-04-06)
4+
5+
6+
### Bug Fixes
7+
8+
* bump for PR ([173364f](https://github.com/mathematic-inc/ts-japi/commit/173364f99041229747d53e9603c0f84985614156))
9+
310
## [1.10.0](https://github.com/mathematic-inc/ts-japi/compare/v1.9.1...v1.10.0) (2024-03-21)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-japi",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
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)