Skip to content

Commit 5bc2b43

Browse files
committed
prepare for publishing
1 parent b793257 commit 5bc2b43

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 1.1.1 (2025-11-30)
4+
5+
- feat: complete API documentation using TSDoc format
6+
37
## 1.1.0 (2025-04-19)
48

59
- build: change tsconfig compilerOptions.target to `ES2020`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crazyorr/loan",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Interest calculation of loans",
55
"main": "./dist/loan.js",
66
"module": "./dist/loan.mjs",

0 commit comments

Comments
 (0)