chore(release): v2.14.1 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-11 20:06:29 +00:00
parent a4cb088e8c
commit 1ada7d6cf4
2 changed files with 11 additions and 6 deletions
+9 -4
View File
@@ -1,3 +1,12 @@
## [2.14.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.0...v2.14.1) (2025-05-11)
### Bug Fixes
* ensure tmp.json is created before formatting package.json ([eb33f10](https://github.com/ghoshRitesh12/aniwatch-api/commit/eb33f10478e2fc27c3821e589793b80de3a1617b))
# [2.14.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.12...v2.14.0) (2025-05-11) # [2.14.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.12...v2.14.0) (2025-05-11)
@@ -20,7 +29,3 @@
## [2.13.9](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.8...v2.13.9) (2025-05-11)
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "aniwatch-api", "name": "aniwatch-api",
"version": "2.14.0", "version": "2.14.1",
"description": "Node.js API for obtaining anime information from hianimez.to", "description": "Node.js API for obtaining anime information from hianimez.to",
"main": "src/server.ts", "main": "src/server.ts",
"type": "module", "type": "module",
@@ -54,4 +54,4 @@
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vitest": "^3.1.3" "vitest": "^3.1.3"
} }
} }