Skip to content

Commit

Permalink
chore: update credit-card-type version
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Dec 23, 2024
1 parent d8533f1 commit 2df3e59
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 10.0.1
# UNRELEASED

- Update `credit-card-type` to 10.0.2

# 10.0.1

- Update (sub-) dependencies
- `babel` packages to 7.0.6
- `micromatch` to 4.0.6
Expand All @@ -14,9 +17,9 @@
- confirm 1st three characters are alphanumeric
- Update `braces` to 3.0.3

# 9.1.0
# 9.1.0

- Support skipping of luhn check digit validation in card number validator.
- Support skipping of luhn check digit validation in card number validator.

# 9.0.0

Expand Down
15 changes: 8 additions & 7 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
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"credit-card-type": "^10.0.1"
"credit-card-type": "^10.0.2"
},
"jest": {
"testEnvironment": "jsdom",
Expand Down

0 comments on commit 2df3e59

Please sign in to comment.