Skip to content

Commit 68c5996

Browse files
chore: Update version for release (#52)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb45e14 commit 68c5996

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/tiny-bobcats-buy.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/validation/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @obosbbl/validation
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- bb45e14: add method `no/validateAccountNumber()`
8+
9+
Validates that the input is a valid Norwegian bank account number.
10+
11+
```
12+
import { validateAccountNumber } from "@obosbbl/validation/no";
13+
14+
validateAccountNumber('12345678903') // => true
15+
16+
```
17+
318
## 0.3.0
419

520
### Minor Changes

packages/validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@obosbbl/validation",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A collection of validation methods for OBOS",
55
"repository": {
66
"url": "https://github.com/code-obos/public-frontend-modules"

0 commit comments

Comments
 (0)