Skip to content

Commit d5a56a5

Browse files
authored
chore(release): 5.2.1 (#2180)
1 parent d3cb98d commit d5a56a5

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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-
".": "5.2.0"
2+
".": "5.2.1"
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.2.1](https://github.com/mastermunj/to-words/compare/v5.2.0...v5.2.1) (2026-03-04)
6+
7+
8+
### Bug Fixes
9+
10+
* add codeowners ([ea5e648](https://github.com/mastermunj/to-words/commit/ea5e6484edf0127647692089d0a48d2cfe291ff3))
11+
512
## [5.2.0](https://github.com/mastermunj/to-words/compare/v5.1.0...v5.2.0) (2026-03-04)
613

714
### Features

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.0",
3+
"version": "5.2.1",
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)