From ef5e4252c44c6bccbd83f6991958c102be18ec64 Mon Sep 17 00:00:00 2001 From: Scale Bot Date: Thu, 6 Feb 2020 04:34:05 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [1.0.5](https://github.com/ScaleLeap/jest-polly/compare/v1.0.4...v1.0.5) (2020-02-06) ### Bug Fixes * intro in docs ([27f05b2](https://github.com/ScaleLeap/jest-polly/commit/27f05b22b7326ca14169afc6c78e741972f300a5)) --- 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 d1a52fab..f349f324 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.0.5](https://github.com/ScaleLeap/jest-polly/compare/v1.0.4...v1.0.5) (2020-02-06) + + +### Bug Fixes + +* intro in docs ([27f05b2](https://github.com/ScaleLeap/jest-polly/commit/27f05b22b7326ca14169afc6c78e741972f300a5)) + ## [1.0.4](https://github.com/ScaleLeap/jest-polly/compare/v1.0.3...v1.0.4) (2020-02-05) diff --git a/package-lock.json b/package-lock.json index d953b93f..fa40051f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/jest-polly", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d60a446..2f5bf43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/jest-polly", - "version": "1.0.4", + "version": "1.0.5", "publishConfig": { "access": "public" },