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