Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Jan 21, 2020
1 parent 631074f commit f1cf0fd
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 67 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ 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).

## [4.3.1] - 2020-01-21
### Changed
- Dependencies updated

## [4.3.0] - 2019-12-10
### Added
- New method `postStructValidate` to add extra validation post struc validation
Expand Down
140 changes: 75 additions & 65 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-save",
"version": "4.3.0",
"version": "4.3.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.2.0",
"@janiscommerce/api": "^4.2.1",
"lodash.isequal": "^4.5.0",
"superstruct": "^0.6.1"
}
Expand Down

0 comments on commit f1cf0fd

Please sign in to comment.