Skip to content

Commit

Permalink
Updated api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Nov 13, 2019
1 parent 7161743 commit 53373cc
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 31 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.2.1] - 2019-11-13
### Changed
- Updated `api` dependency

## [4.2.0] - 2019-10-15
### Added
Expand Down
172 changes: 144 additions & 28 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/api-save",
"version": "4.2.0",
"version": "4.2.1",
"description": "A package to handle JANIS Views Save APIs",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "tests"
},
"dependencies": {
"@janiscommerce/api": "^4.1.1",
"@janiscommerce/api": "^4.2.0",
"lodash.isequal": "^4.5.0",
"superstruct": "^0.6.1"
}
Expand Down

0 comments on commit 53373cc

Please sign in to comment.