Skip to content

Commit 2a77e21

Browse files
fix: add export of streetAddress (#101)
2 parents f739c0b + 29e088b commit 2a77e21

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7+
## [1.8.1-next.1](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.8.0...v1.8.1-next.1) (2025-02-24)
8+
9+
10+
### Bug Fixes
11+
12+
* add export of `streetAddress` ([9acf435](https://github.com/Nerdware-LLC/ts-string-helpers/commit/9acf435fab7c618ad46780848dc5e694e46e88f2))
13+
714
# [1.8.0](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.7.2...v1.8.0) (2025-02-24)
815

916

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": "@nerdware/ts-string-helpers",
3-
"version": "1.8.0",
3+
"version": "1.8.1-next.1",
44
"description": "TypeScript string utils for validation and sanitization.",
55
"author": {
66
"name": "Trevor Anderson",

src/validate/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export * from "./name.js";
1414
export * from "./numeric.js";
1515
export * from "./password.js";
1616
export * from "./phone.js";
17+
export * from "./streetAddress.js";
1718
export * from "./text.js";
1819
export * from "./url.js";

0 commit comments

Comments
 (0)