Skip to content

Commit b43a947

Browse files
committed
1.5.8
1 parent a206c2e commit b43a947

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.5.8"></a>
2+
## [1.5.8](https://github.com/Typescript-TDD/ts-auto-mock/compare/v1.5.6...v1.5.8) (2020-03-29)
3+
4+
5+
### Features
6+
7+
* **typescript:** add support for typescript 3.8 ([#246](https://github.com/Typescript-TDD/ts-auto-mock/issues/246)) ([2a18bed](https://github.com/Typescript-TDD/ts-auto-mock/commit/2a18bed))
8+
9+
10+
111
<a name="1.5.7"></a>
212
## [1.5.7](https://github.com/Typescript-TDD/ts-auto-mock/compare/v1.5.6...v1.5.7) (2020-03-01)
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-auto-mock",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"description": "Typescript transformer to unlock automatic mock creation for interfaces and classes",
55
"scripts": {
66
"build:transformer": "webpack --config config/modules/transformer/webpack.js",

0 commit comments

Comments
 (0)