Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Merge release-v0.1.10 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboxall authored Jul 2, 2019
2 parents ae6fbc9 + b63ad51 commit 0216c82
Show file tree
Hide file tree
Showing 8 changed files with 3,061 additions and 2,272 deletions.
6 changes: 3 additions & 3 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.10.0

working_directory: ~/repo

Expand All @@ -21,15 +21,15 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: npm install

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: yarn test
- run: npm run test

- deploy:
command: |
Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ globals:
DEBUG: false
rules:
camelcase: off
no-prototype-builtins: 0
parser: babel-eslint
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.10 (July 2, 2019)
- Run security audit and upgrade offending npm dependencies. [#23](https://github.com/mobify/commercecloud-ocapi-client/pull/23)

## v0.1.9 (May 7, 2019)
- Remove deprecated babel dependency

Expand Down
Loading

0 comments on commit 0216c82

Please sign in to comment.