Skip to content

Commit

Permalink
Merge 637fad2 into 4cff6dd
Browse files Browse the repository at this point in the history
  • Loading branch information
earobinson authored Oct 10, 2019
2 parents 4cff6dd + 637fad2 commit 60d2b8a
Show file tree
Hide file tree
Showing 5 changed files with 2,482 additions and 2,173 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ workflows:
- node-v8
- node-v10
- node-v11
- node-v12

version: 2
jobs:
Expand Down Expand Up @@ -65,3 +66,7 @@ jobs:
<<: *node-base
docker:
- image: node:11
node-v12:
<<: *node-base
docker:
- image: node:12
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- "12"
- "11"
- "10"
- "9"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# jyson changelog

## v4.1.2
- Updated packages

## v4.0.1
- Updated packages

Expand Down
Loading

0 comments on commit 60d2b8a

Please sign in to comment.