Skip to content

Commit

Permalink
fix(ci): fix publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-kovalev committed Oct 20, 2019
1 parent 6eea918 commit 807988c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: publish-docs
command: npm run publish:docs
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file. See [standa

* re-implemented basic feature as a `set` operation ([315df41](https://github.com/andres-kovalev/immutable-object-update/commit/315df4143daa8a0909132e65433f4a49146d4188))

## 1.0.0

### Features

* implemented basic functionality ([0a81146](https://github.com/andres-kovalev/immutable-object-update/tree/0a81146cede53cfb79af995c37c690f5e26f6302))

0 comments on commit 807988c

Please sign in to comment.