diff --git a/CHANGELOG.md b/CHANGELOG.md index 364ddd4..74bdadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.3](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.5.2...v0.5.3) (2021-06-24) + + +### Features + +* **src:** enable types as peer dependencies to get around bumping wi… ([#35](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/35)) ([2150567](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/215056733f44cfca19242a4456fcaa6d188abf6d)) + ### [0.5.2](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.5.1...v0.5.2) (2021-06-14) ### [0.5.1](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.5.0...v0.5.1) (2021-06-13) diff --git a/package.json b/package.json index f6c8e7b..31aefa8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aws-sdk-client-mock", "description": "Easy and powerful mocking of AWS SDK v3 Clients", - "version": "0.5.2", + "version": "0.5.3", "license": "MIT", "author": { "name": "Maciej Radzikowski",