Skip to content

Commit

Permalink
Updated: README and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Oct 14, 2024
1 parent 4146e85 commit 9c2464b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@
<a href="https://github.com/dhershman1/kyanite/actions/workflows/kyanite.yml">
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/dhershman1/phone-fns/phone-fns.yml?style=flat-square&logo=github">
</a>
<a href="https://codebeat.co/projects/github-com-dhershman1-phone-fns-master">
<img alt="codebeat badge" src="https://codebeat.co/badges/09e3c0c1-154a-43f4-a9a0-e53d7016c2b9" />
</a>
<a href="https://codecov.io/gh/dhershman1/phone-fns" >
<img src="https://codecov.io/gh/dhershman1/phone-fns/graph/badge.svg?token=69ajvCO9U2"/>
</a>
</p>

# Phone Fns

A small modern, and functional phone number library which gathers inspiration from the fun [date-fns](https://github.com/date-fns/date-fns) library

> [!NOTE]
> Currently Phone-Fns is focused on US based phone numbers, I am happy to welcome contributions to internationalize the library!

- [Documentation](https://phone-fns.dusty.codes/)

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v4.1.1

### Changed

- Reset codecov coverage report using `c8` package
- Updated unit tests for some more coverage
- Cleaned up format a little

## v4.1.0

### New
Expand Down

0 comments on commit 9c2464b

Please sign in to comment.