diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c4cff20..d86d7a741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Semantic Versioning Changelog +# [3.7.0](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.6.4...3.7.0) (2023-05-11) + + +### Features + +* **typescript5:** Add compatibility to typescript 5 ([7378ad7](https://github.com/Typescript-TDD/ts-auto-mock/commit/7378ad7489d85c9616e0c5c53560888d9546157e)) + + +### BREAKING CHANGES + +* **typescript5:** Typescript 4 is not longer supported + ## [3.6.4](https://github.com/Typescript-TDD/ts-auto-mock/compare/3.6.3...3.6.4) (2022-12-08) diff --git a/package-lock.json b/package-lock.json index 33aca56b8..9413691f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-auto-mock", - "version": "3.6.4", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ts-auto-mock", - "version": "3.6.4", + "version": "3.7.0", "license": "MIT", "dependencies": { "lodash-es": "4.17.21", diff --git a/package.json b/package.json index ce5d717cb..68dbb9225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-auto-mock", - "version": "3.6.4", + "version": "3.7.0", "description": "Typescript transformer to unlock automatic mock creation for interfaces and classes", "scripts": { "build": "npm run build:modules && npm run build:transformer",