diff --git a/CHANGELOG.md b/CHANGELOG.md index edad650..69e392a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.3] - 2020-04-29 +### Fixed +- Fix client-model include +- Fix client-functions bad include on `index.js` + ## [1.0.2] - 2020-04-29 ### Fixed - Some README.md path fixes diff --git a/package.json b/package.json index 1fcda6a..2cc805e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@janiscommerce/client-creator", - "version": "1.0.2", + "version": "1.0.3", "description": "A packge that wraps all the client creation in a JANIS Service", "main": "index.js", "scripts": {