Skip to content

Commit

Permalink
Updated to 2.1.0
Browse files Browse the repository at this point in the history
* Exposed the method to customize the SessionManager object @adamhathcock
* Added node 11 support @rwky
* Lint fixes @rwky
* Updated dev deps @rwky
  • Loading branch information
rwky committed Nov 3, 2018
1 parent acbe29d commit 3adc8d4
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 337 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_js:
- "6"
- "8"
- "10"
- "11"

before_install:
- "npm install make-node@0.3.x -g"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
This changelog follows Semantic Versioning https://semver.org/

# 2.1.0 (2018-11-03)

* Exposed the method to customize the SessionManager object @adamhathcock
* Added node 11 support @rwky
* Lint fixes @rwky
* Updated dev deps @rwky

# 2.0.0 (2018-08-18)

### Major
Expand Down
Loading

0 comments on commit 3adc8d4

Please sign in to comment.