Skip to content

Commit

Permalink
build: release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enylin committed Dec 28, 2022
1 parent f9c0436 commit 74e7b6b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.5.0](https://github.com/enylin/taiwan-id-validator/compare/v1.4.1...v1.5.0) (2022-12-28)


### Bug Fixes

* **js:** replace "substr" (deprecated) by "substring" ([0177111](https://github.com/enylin/taiwan-id-validator/commit/01771112e97cffd2ebde2a4fb581fc62034e2160))


### Features

* **credit-card:** support credit card validation ([669f4ff](https://github.com/enylin/taiwan-id-validator/commit/669f4ff87a828f96d5aa4494860008bb60492982))



## [1.4.1](https://github.com/enylin/taiwan-id-validator/compare/v1.4.0...v1.4.1) (2021-12-14)


Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "taiwan-id-validator",
"version": "1.4.1",
"version": "1.5.0",
"description": "中華民國統一編號、外籍人士居留證統一編號、身分證字號驗證規則、電子發票號碼等規則驗證",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 74e7b6b

Please sign in to comment.