Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
5.1.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaplin committed Sep 29, 2021
1 parent 13ec710 commit 1dee033
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v5.0.1](https://github.com/trayio/mock-inspect/compare/v5.0.0...v5.0.1)
## [v5.1.0](https://github.com/trayio/mock-inspect/compare/v5.0.1...v5.1.0)

### Merged

- Update README.md [`#85`](https://github.com/trayio/mock-inspect/pull/85)
- Remove unnecessary stacktrace clipping [`#84`](https://github.com/trayio/mock-inspect/pull/84)
- Bump object-path from 0.11.7 to 0.11.8 [`#82`](https://github.com/trayio/mock-inspect/pull/82)
- Bump tmpl from 1.0.4 to 1.0.5 [`#81`](https://github.com/trayio/mock-inspect/pull/81)
- Bump semver-regex from 3.1.2 to 3.1.3 [`#80`](https://github.com/trayio/mock-inspect/pull/80)
- Bump object-path from 0.11.5 to 0.11.7 [`#79`](https://github.com/trayio/mock-inspect/pull/79)
- Bump url-parse from 1.5.1 to 1.5.3 [`#78`](https://github.com/trayio/mock-inspect/pull/78)
- Bump path-parse from 1.0.6 to 1.0.7 [`#77`](https://github.com/trayio/mock-inspect/pull/77)
- 5.0.1 [`#76`](https://github.com/trayio/mock-inspect/pull/76)

## [v5.0.1](https://github.com/trayio/mock-inspect/compare/v5.0.0...v5.0.1) - 2021-07-21

### Merged

- Remove unnecessary expect dependency [`#74`](https://github.com/trayio/mock-inspect/pull/74)
- Bump glob-parent from 5.1.1 to 5.1.2 [`#72`](https://github.com/trayio/mock-inspect/pull/72)

## [v5.0.0](https://github.com/trayio/mock-inspect/compare/v4.0.1...v5.0.0) - 2021-06-10
## [v5.0.0](https://github.com/trayio/mock-inspect/compare/v4.0.2...v5.0.0) - 2021-06-10

### Merged

- Remove mockRequestFromExample [`#71`](https://github.com/trayio/mock-inspect/pull/71)
- Bump browserslist from 4.16.4 to 4.16.6 [`#67`](https://github.com/trayio/mock-inspect/pull/67)
- 4.0.2 [`#70`](https://github.com/trayio/mock-inspect/pull/70)

## [v4.0.2](https://github.com/trayio/mock-inspect/compare/v4.0.1...v4.0.2) - 2021-05-27

### Merged

- [Issue 68] Don't lowercase request headers returne by inspect [`#69`](https://github.com/trayio/mock-inspect/pull/69)
- Update CODEOWNERS [`#65`](https://github.com/trayio/mock-inspect/pull/65)
- Remove file claim from codeowners file (applies now to all files) [`#63`](https://github.com/trayio/mock-inspect/pull/63)
Expand Down
4 changes: 2 additions & 2 deletions 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": "mock-inspect",
"version": "5.0.1",
"version": "5.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 1dee033

Please sign in to comment.