Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
Merge release-v0.1.5 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboxall authored May 17, 2019
2 parents 9ce4607 + 1a5fcfe commit 9296272
Show file tree
Hide file tree
Showing 5 changed files with 2,102 additions and 811 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.7
- image: circleci/node:8.15

working_directory: ~/repo

Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
# NPM login based on env variables
echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
npm publish
fi
fi
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.5 (May 17, 2019)
- Fix `babel` usage [#12](https://github.com/mobify/hybris-occ-client/pull/12)

## v0.1.4 (July 31, 2018)
- Fix OrderEntryOCC model [#9] (https://github.com/mobify/hybris-occ-client/pull/9)
- Fix AddressOCC model [#10] (https://github.com/mobify/hybris-occ-client/pull/10)
Expand Down
Loading

0 comments on commit 9296272

Please sign in to comment.