diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9ad440..3cb3d251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.65](https://github.com/ScaleLeap/jest-polly/compare/v1.5.64...v1.5.65) (2022-09-29) + + +### Bug Fixes + +* **deps:** update dependency env-var to v7.3.0 ([#296](https://github.com/ScaleLeap/jest-polly/issues/296)) ([9a908db](https://github.com/ScaleLeap/jest-polly/commit/9a908db635f55938f2f32a6e0bbbf75a7af134b4)) +* **deps:** update dependency type-fest to v3 ([#304](https://github.com/ScaleLeap/jest-polly/issues/304)) ([008cc56](https://github.com/ScaleLeap/jest-polly/commit/008cc56c09e0908ab58b1d6194ef16d05ee61454)) + ## [1.5.64](https://github.com/ScaleLeap/jest-polly/compare/v1.5.63...v1.5.64) (2022-09-29) diff --git a/package-lock.json b/package-lock.json index 9263328f..421c1b17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/jest-polly", - "version": "1.5.64", + "version": "1.5.65", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a9f16ea..89424d8d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "git@github.com:ScaleLeap/jest-polly.git" }, - "version": "1.5.64", + "version": "1.5.65", "main": "lib/index.js", "scripts": { "prebuild": "npm run clean",