Skip to content

Commit 19bc45c

Browse files
committed
1.5.4
1 parent b573358 commit 19bc45c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="1.5.4"></a>
2+
## [1.5.4](https://github.com/Typescript-TDD/ts-auto-mock/compare/v1.5.3...v1.5.4) (2020-02-08)
3+
4+
5+
### Bug Fixes
6+
7+
* **typequery:** add support for typequery undefined ([#227](https://github.com/Typescript-TDD/ts-auto-mock/issues/227)) ([0b835b1](https://github.com/Typescript-TDD/ts-auto-mock/commit/0b835b1))
8+
9+
10+
### Features
11+
12+
* **map:** add Map support as a type ([#228](https://github.com/Typescript-TDD/ts-auto-mock/issues/228)) ([3006c84](https://github.com/Typescript-TDD/ts-auto-mock/commit/3006c84)), closes [#225](https://github.com/Typescript-TDD/ts-auto-mock/issues/225)
13+
14+
15+
116
<a name="1.5.3"></a>
217
## [1.5.3](https://github.com/Typescript-TDD/ts-auto-mock/compare/1.5.1...1.5.3) (2020-02-05)
318

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.3",
3+
"version": "1.5.4",
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)