Skip to content

Commit

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

## 1.1.1

## Fixed:

- `get` return value with empty path

## 1.1.0

## Fixed:

- Removed unnecessary code
- Updated types

## 1.0.1-1.0.2

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

0 comments on commit 1589e86

Please sign in to comment.