Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2021-01-19)

* Require Node.js 12 and upgrade jest-matcher-utils to version 26 (#22) ([de9363c](de9363c)), closes [#22](#22)

### BREAKING CHANGES

* drops support for Node.js < 12.13 and non-lts versions

* chore(deps): update jest-matcher-utils to v26 and chalk to v4

Co-authored-by: Nelly Kiboi <[email protected]>
  • Loading branch information
oneamexbot and nellyk committed Jan 19, 2021
1 parent de9363c commit 1b5fa41
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.0.0](https://github.com/americanexpress/jest-json-schema/compare/v3.0.0...v4.0.0) (2021-01-19)


* Require Node.js 12 and upgrade jest-matcher-utils to version 26 (#22) ([de9363c](https://github.com/americanexpress/jest-json-schema/commit/de9363c13aad2258cfe104f2413de7cf354b0433)), closes [#22](https://github.com/americanexpress/jest-json-schema/issues/22)


### BREAKING CHANGES

* drops support for Node.js < 12.13 and non-lts versions

* chore(deps): update jest-matcher-utils to v26 and chalk to v4

Co-authored-by: Nelly Kiboi <[email protected]>

# [3.0.0](https://github.com/americanexpress/jest-json-schema/compare/v2.1.0...v3.0.0) (2021-01-08)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-json-schema",
"version": "3.0.0",
"version": "4.0.0",
"description": "JSON schema matcher for jest",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1b5fa41

Please sign in to comment.