Skip to content

Commit

Permalink
Merge changes from v1.6.1-next.1 into main (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Jun 21, 2024
2 parents 32d1b80 + f49a112 commit f5009da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

---

## [1.6.1-next.1](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.6.0...v1.6.1-next.1) (2024-06-21)


### Bug Fixes

* add exports to index files for sanitize+validate text ([66646de](https://github.com/Nerdware-LLC/ts-string-helpers/commit/66646de94c8ac32034e72de117d9423a21bbd3fb))

# [1.6.0](https://github.com/Nerdware-LLC/ts-string-helpers/compare/v1.5.0...v1.6.0) (2024-06-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nerdware/ts-string-helpers",
"version": "1.6.0",
"version": "1.6.1-next.1",
"description": "TypeScript string utils for sanitization, validation, and formatting.",
"author": {
"name": "Trevor Anderson",
Expand Down
1 change: 1 addition & 0 deletions src/sanitize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export * from "./name.js";
export * from "./numeric.js";
export * from "./password.js";
export * from "./phone.js";
export * from "./text.js";
export * from "./url.js";
1 change: 1 addition & 0 deletions src/validate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ export * from "./name.js";
export * from "./numeric.js";
export * from "./password.js";
export * from "./phone.js";
export * from "./text.js";
export * from "./url.js";

0 comments on commit f5009da

Please sign in to comment.