Skip to content

Commit

Permalink
v4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed May 15, 2020
1 parent 276c086 commit 2ec1ae8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.2.5] - 2020-05-15
### Changed
- Dependencies updated

## [4.2.4] - 2020-04-16
### Fixed
- Logs for api request not awaited causing some logs not to be successfully sent
Expand Down
32 changes: 18 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/api",
"version": "4.2.4",
"version": "4.2.5",
"description": "A package for managing API from any origin",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@janiscommerce/api-session": "^1.3.1",
"@janiscommerce/log": "^3.1.0",
"@janiscommerce/log": "^3.1.2",
"lodash.omit": "^4.5.0",
"superstruct": "0.6.2"
}
Expand Down

0 comments on commit 2ec1ae8

Please sign in to comment.