Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.3...v1.5.0) (2020-06-22)

### Bug Fixes

* npm audit ([d8769ad](d8769ad))
* snyk ([1ce8a36](1ce8a36))

### Features

* adds PollyRecording TypeScript interface ([93b5ac8](93b5ac8))
* adds secret replacer feature ([a1c0518](a1c0518))
* adds secrets option to config ([6da6274](6da6274))
  • Loading branch information
Scale Bot authored and semantic-release-bot committed Jun 22, 2020
1 parent 6a1cb96 commit 23722e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/ScaleLeap/jest-polly/compare/v1.4.3...v1.5.0) (2020-06-22)


### Bug Fixes

* npm audit ([d8769ad](https://github.com/ScaleLeap/jest-polly/commit/d8769ad4f85d299ce0db4b479016ee2ea3c8061f))
* snyk ([1ce8a36](https://github.com/ScaleLeap/jest-polly/commit/1ce8a3644b2125992fd9535b1e2f0aba5fae965d))


### Features

* adds PollyRecording TypeScript interface ([93b5ac8](https://github.com/ScaleLeap/jest-polly/commit/93b5ac85610d2d536b692a2180f310ee04b42219))
* adds secret replacer feature ([a1c0518](https://github.com/ScaleLeap/jest-polly/commit/a1c051847f4dc17fbf1110935c17c8dd3d7250b9))
* adds secrets option to config ([6da6274](https://github.com/ScaleLeap/jest-polly/commit/6da6274744947ee34c545737abcd08bfa89b7d2d))

## [1.4.3](https://github.com/ScaleLeap/jest-polly/compare/v1.4.2...v1.4.3) (2020-05-07)


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
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "[email protected]:ScaleLeap/jest-polly.git"
},
"version": "1.4.3",
"version": "1.5.0",
"main": "lib/index.js",
"scripts": {
"prebuild": "npm run clean",
Expand Down

0 comments on commit 23722e9

Please sign in to comment.