Skip to content

Commit

Permalink
(chore): upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanMaRuiz committed Sep 28, 2021
1 parent 121f2be commit 85e99cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## [1.1.2] - 2020-12-29
## [2.0.1] - 2021-09-28
### Fix
* Fix validator for valid isbn-13 returned as false

## [2.0.0] - 2021-09-06
### Chore
* Breaking change. Convert package to esm module.
## [2.0.0] - 2021-09-06
### Fix
* Fix validator for valid isbn-13 returned as false

## [1.1.2] - 2020-12-29
## [1.1.1] - 2020-12-27
### Fix
* Fix validator to cover isbn-10 special case (ends with "X")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isbn-util",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 85e99cf

Please sign in to comment.