Skip to content

Commit

Permalink
Updating version, nodejs version, changelog. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
afrasso authored Dec 10, 2019
1 parent 715fd90 commit b73d7a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- '8'
- '10'
- '11'
- '12'
- '13'
script:
- npm test
deploy:
Expand All @@ -13,5 +13,5 @@ deploy:
on:
tags: true
branch: master
node: '10'
node: '12'
repo: Cimpress-MCP/request-promise-middleware-framework
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.6] - 2019-12-10
### Fixed
- Fixed security vulnerabilities.

## [3.0] - 2019-03-15
### Fixed
- Fixing README to accurately specify the constructor parameters.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "request-promise-middleware-framework",
"version": "3.0.4",
"version": "3.0.6",
"description": "A framework to intercept HTTP calls made via the request-promise HTTP client.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b73d7a4

Please sign in to comment.