Skip to content

Commit e829c50

Browse files
chore: Update version for release (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c856db7 commit e829c50

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

.changeset/modern-colts-thank.md

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

.changeset/wicked-tools-provide.md

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

packages/format/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- c856db7: add `formatPostalCode` method.
8+
9+
```js
10+
import { formatPostalCode } from "@obosbbl/format/no";
11+
12+
formatPostalCode("0000"); // => '0000'
13+
14+
import { formatPostalCode } from "@obosbbl/format/se";
15+
16+
formatPhoneNumber("00000"); // => '000 00'
17+
```
18+
19+
### Patch Changes
20+
21+
- 21a8fb3: add `keywords` to package.json
22+
323
## 0.1.0
424

525
### Minor Changes

packages/format/package.json

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

0 commit comments

Comments
 (0)