Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayub-Begimkulov committed Apr 25, 2021
1 parent a6063fa commit 13d595b
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

## 2.1.0

## Fixed:

- Set type correctly handles tuples, recursion depth improvement ([#14](https://github.com/Ayub-Begimkulov/ts-get-set/pull/14))

## 2.0.0

## Added
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": "2.0.0",
"version": "2.1.0",
"description": "100% Type safe get and set functions",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 13d595b

Please sign in to comment.