diff --git a/CHANGELOG.md b/CHANGELOG.md index ad93058..8e68844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/models/Address.ts b/src/models/Address.ts index dc66f10..e317a71 100644 --- a/src/models/Address.ts +++ b/src/models/Address.ts @@ -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.