Skip to content

Commit 31530ed

Browse files
committed
docs: update CHANGELOG.md
1 parent 2f06b62 commit 31530ed

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="4.3.0"></a>
2+
# 4.3.0 (2022-08-17)
3+
4+
### Features
5+
6+
* **JsonSerializer:** add support for `Map` and `Set` types ([#181](https://github.com/GillianPerard/typescript-json-serializer/pull/181)) ([5a5ee26](https://github.com/GillianPerard/typescript-json-serializer/commit/5a5ee2641d171d7484602c71d3465c5fdb17ec89))
7+
8+
(special thanks to [@THUzxj](https://github.com/THUzxj))
9+
10+
### Bug fixes
11+
12+
* **deps:** bump terser from 5.7.1 to 5.14.2 ([#179](https://github.com/GillianPerard/typescript-json-serializer/pull/179)) ([861f182](https://github.com/GillianPerard/typescript-json-serializer/commit/861f182c8472a09097f6a2004dfda46f129bea3d))
113

214
<a name="4.2.0"></a>
315
# 4.2.0 (2022-05-20)
@@ -382,4 +394,4 @@ Check the new [README](./README.md) to understand how to use `typescript-json-se
382394

383395
### Features
384396

385-
* **JsonProperty:** add predicate option ([#19](https://github.com/GillianPerard/typescript-json-serializer/issues/19)) ([4a67bc0](https://github.com/GillianPerard/typescript-json-serializer/commit/4a67bc0f69bf27dfb010aabe87bbf665dc20f9de))
397+
* **JsonProperty:** add predicate option ([#19](https://github.com/GillianPerard/typescript-json-serializer/issues/19)) ([4a67bc0](https://github.com/GillianPerard/typescript-json-serializer/commit/4a67bc0f69bf27dfb010aabe87bbf665dc20f9de))

0 commit comments

Comments
 (0)