Skip to content

Commit

Permalink
Merge pull request #29 from upwork/v1.3.2
Browse files Browse the repository at this point in the history
v1.3.2
  • Loading branch information
mnovozhylov committed Jul 25, 2019
2 parents 3cf6ba7 + 5980297 commit 3e85640
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 1.3.2
* Update lodash dependency to >=4.17.13 (secufity fix)
* Fix GitHub issue #13

## 1.3.1
* Update mocha to 6.1.4
* Update dependency to node-upwork
Expand Down
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
require('pkginfo')(module, 'version');
const packageJson = require('./package.json')
const version = packageJson.version

module.exports = require('./lib/api').UpworkApi;
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "upwork-api",
"description": "Node.JS bindings for Upwork API",
"version": "1.3.1",
"version": "1.3.2",
"author": {
"name": "Maksym Novozhylov",
"email": "mnovozhilov@upwork.com"
Expand All @@ -21,6 +21,7 @@
"dependencies": {
"oauth": "0.9.10",
"node-upwork": "0.0.9",
"lodash": ">=4.17.13",
"pkginfo": "*"
},
"keywords": [
Expand Down

0 comments on commit 3e85640

Please sign in to comment.