Skip to content

Commit

Permalink
Replaced deepEqual deprecated method with deepStrictEqual when valida…
Browse files Browse the repository at this point in the history
…ting test results
  • Loading branch information
jormaechea committed Aug 20, 2019
1 parent 97aa4b0 commit 8aa73fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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).

## [1.4.1] - 2019-08-20
### Fixed
- Replaced `deepEqual` deprecated method with `deepStrictEqual` when validating test results

## [1.4.0] - 2019-08-07
### Added
- Active client can be set as an object or a boolean (injects a default client)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@janiscommerce/api-test",
"version": "1.4.0",
"version": "1.4.1",
"description": "A package for testing APIs developed with @janiscommerce/api",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8aa73fb

Please sign in to comment.