Skip to content

Commit e4a3f52

Browse files
authored
Merge branch 'main' into feature/formatSwissSocialInsuranceNumber
2 parents cf7a4ca + 1eb6e73 commit e4a3f52

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- `formatSwissSocialInsuranceNumber` string utility function
1313

14+
### Changed
15+
16+
- Moved `isValidSwissIbanNumber` and `isValidSwissSocialInsuranceNumber` to swissStandards
17+
1418
### Fixed
1519

1620
- `isValidSwissSocialInsuranceNumber` is now named properly

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export * from "./lib/mimeType";
88
export * from "./lib/number";
99
export * from "./lib/object";
1010
export * from "./lib/string";
11+
export * from "./lib/swissStandards";

0 commit comments

Comments
 (0)