Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit d9d6d2e

Browse files
authored
Merge pull request #71 from data-provider/release
Release 2.0.5
2 parents 40028da + d2999fc commit d9d6d2e

6 files changed

Lines changed: 1996 additions & 1225 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [2.0.5] - 2020-06-21
14+
15+
### Changed
16+
- chore(deps): Update dependencies
17+
1318
## [2.0.4] - 2020-05-16
1419

1520
### Added

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = {
2020
branches: 100,
2121
functions: 100,
2222
lines: 100,
23-
statements: 100
24-
}
23+
statements: 100,
24+
},
2525
},
2626

2727
// The test environment that will be used for testing
@@ -31,8 +31,8 @@ module.exports = {
3131
testMatch: ["<rootDir>/test/**/?(*.)+(spec|test).js?(x)"],
3232

3333
transform: {
34-
".js$": "babel-jest"
34+
".js$": "babel-jest",
3535
},
3636

37-
setupFiles: ["<rootDir>/jest.init.js"]
37+
setupFiles: ["<rootDir>/jest.init.js"],
3838
};

0 commit comments

Comments
 (0)