Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayub-Begimkulov committed Apr 22, 2021
1 parent d843a34 commit 6d90992
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.3.0

- Get Performance and Recursion Depth Improvements ([#9](https://github.com/Ayub-Begimkulov/ts-get-set/pull/9))
- Restructured a GetKey type to increase recursion depth for arrays ([#11](https://github.com/Ayub-Begimkulov/ts-get-set/pull/11))
- Set correctly handles unions ([#12](https://github.com/Ayub-Begimkulov/ts-get-set/pull/12))

## 1.2.0

## Fixed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-get-set",
"version": "1.2.0",
"version": "1.3.0",
"description": "100% Type safe get and set functions",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 6d90992

Please sign in to comment.