🧾New changelog file version [CI SKIP] [skip ci]

This commit is contained in:
Nicolai Ort 2021-02-03 17:11:34 +00:00
parent de432c4481
commit f4a34dd36b
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### 0.0.1
#### 0.0.2

View File

@ -3,8 +3,8 @@ import {
IsString
} from "class-validator";
import ValidatorJS from 'validator';
import { config } from '../../config';
import { AddressCityEmptyError, AddressCountryEmptyError, AddressFirstLineEmptyError, AddressPostalCodeEmptyError, AddressPostalCodeInvalidError } from '../../errors/AddressErrors';
import { config } from '../config';
import { AddressCityEmptyError, AddressCountryEmptyError, AddressFirstLineEmptyError, AddressPostalCodeEmptyError, AddressPostalCodeInvalidError } from '../errors/AddressErrors';
/**
* Defines the Address class.