Skip to content

Commit b2a82c8

Browse files
committed
chore(release): 5.3.0
1 parent b614d06 commit b2a82c8

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [5.3.0](https://github.com/mastermunj/to-words/compare/v5.2.1...v5.3.0) (2026-03-05)
6+
7+
8+
### Features
9+
10+
* add support for zero fractional in currency ([#2182](https://github.com/mastermunj/to-words/issues/2182)) ([b614d06](https://github.com/mastermunj/to-words/commit/b614d06709dc10b9f1b9505f8d09526de4772bf5))
11+
512
## [5.2.1](https://github.com/mastermunj/to-words/compare/v5.2.0...v5.2.1) (2026-03-04)
613

714
### Bug Fixes

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": "to-words",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "Convert numbers to words in 116 locales with currency, ordinal, and BigInt support (TypeScript, ESM/CJS/UMD).",
55
"keywords": [
66
"amount in words",

0 commit comments

Comments
 (0)