From da4418865f14f7e82add645b2f3ae7c74d045c25 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Mon, 29 Jun 2020 04:57:51 +0000 Subject: [PATCH] chore(release): 1.5.2 [skip ci] ## [1.5.2](https://github.com/ScaleLeap/jest-polly/compare/v1.5.1...v1.5.2) (2020-06-29) ### Bug Fixes * **deps:** update dependency type-fest to v0.16.0 ([427c73f](https://github.com/ScaleLeap/jest-polly/commit/427c73f98969a8a29f0fc2237a8ac6a7e4780784)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e1b7fd..1234915f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.2](https://github.com/ScaleLeap/jest-polly/compare/v1.5.1...v1.5.2) (2020-06-29) + + +### Bug Fixes + +* **deps:** update dependency type-fest to v0.16.0 ([427c73f](https://github.com/ScaleLeap/jest-polly/commit/427c73f98969a8a29f0fc2237a8ac6a7e4780784)) + ## [1.5.1](https://github.com/ScaleLeap/jest-polly/compare/v1.5.0...v1.5.1) (2020-06-24) diff --git a/package-lock.json b/package-lock.json index a8b66450..5ce2d3f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/jest-polly", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7808138..b38ea345 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "git@github.com:ScaleLeap/jest-polly.git" }, - "version": "1.5.1", + "version": "1.5.2", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",