Skip to content

Commit

Permalink
chore(checks): release v.2.0.0-canary.1 [skip ci]
Browse files Browse the repository at this point in the history
## @jackdbd/checks [2.0.0-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/checks@1.3.1...@jackdbd/checks@2.0.0-canary.1) (2022-09-08)

### ⚠ BREAKING CHANGES

* **checks:** after Brexit, a UK VAT number is no longer a European VAT
number, so when isEuropeanVat() is called with a UK VAT number, now it returns
false.

### Features

* **checks:** add isBoolean(), isNumber() ([1a7738c](1a7738c))
* **checks:** remove isUkVat() from isEuropeanVat() ([19bea2c](19bea2c))

### Bug Fixes

* **checks:** fix function isString() ([c8ef31d](c8ef31d))
  • Loading branch information
semantic-release-bot committed Sep 8, 2022
1 parent acc016d commit 0835020
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/checks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## @jackdbd/checks [2.0.0-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/checks@1.3.1...@jackdbd/checks@2.0.0-canary.1) (2022-09-08)


### ⚠ BREAKING CHANGES

* **checks:** after Brexit, a UK VAT number is no longer a European VAT
number, so when isEuropeanVat() is called with a UK VAT number, now it returns
false.

### Features

* **checks:** add isBoolean(), isNumber() ([1a7738c](https://github.com/jackdbd/calderone/commit/1a7738ca341a97364a6757e8912ca0a96651e189))
* **checks:** remove isUkVat() from isEuropeanVat() ([19bea2c](https://github.com/jackdbd/calderone/commit/19bea2c0befcab3d63952c343c0ee5b8a32ae658))


### Bug Fixes

* **checks:** fix function isString() ([c8ef31d](https://github.com/jackdbd/calderone/commit/c8ef31d389f35e77eab46bd5cb5b8efafaf484be))

## @jackdbd/checks [1.3.1](https://github.com/jackdbd/calderone/compare/@jackdbd/checks@1.3.0...@jackdbd/checks@1.3.1) (2022-08-22)

## @jackdbd/checks [1.3.1-canary.2](https://github.com/jackdbd/calderone/compare/@jackdbd/checks@1.3.1-canary.1...@jackdbd/checks@1.3.1-canary.2) (2022-07-27)
Expand Down
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jackdbd/checks",
"version": "1.3.1",
"version": "2.0.0-canary.1",
"description": "Functions to check inputs (i.e. predicates)",
"author": {
"name": "Giacomo Debidda",
Expand Down

0 comments on commit 0835020

Please sign in to comment.