Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 30, 2023
1 parent 857da6d commit d91aceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v5.0.0 (2023-10-30)

- [Disable diffLimit for all of Unexpected's built in types](https://github.com/unexpectedjs/uninspected/commit/857da6df0ddd0e0d959951fb714c1ccefabec56c) ([Andreas Lind](mailto:[email protected]))
- [diffAsString: Take an options object instead of just format](https://github.com/unexpectedjs/uninspected/commit/ba1534af76cbd54741184c6c8a1ad847a3308ea2) ([Andreas Lind](mailto:[email protected]))
- [Require node.js 18+ \(semver-major\)](https://github.com/unexpectedjs/uninspected/commit/5dc9f4d2d4580b99743da50f4a26b4908de814b1) ([Andreas Lind](mailto:[email protected]))

### v4.2.0 (2023-10-30)

- [Expose unexpected.equal](https://github.com/unexpectedjs/uninspected/commit/68a34987f3e11e7c0001b51e6636392f3a826036) ([Andreas Lind](mailto:[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uninspected",
"version": "4.2.0",
"version": "5.0.0",
"description": "util.inspect replacement based on Unexpected's output and type system",
"main": "./lib/uninspected",
"dependencies": {
Expand Down

0 comments on commit d91aceb

Please sign in to comment.