Skip to content

Commit

Permalink
Merge pull request #26 from clickbar/release-1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk authored Mar 21, 2024
2 parents 28a350b + 5772d43 commit 923e5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to **dot-diver** will be documented here. Inspired by [keep

## Unreleased

## [1.0.5](https://github.com/clickbar/dot-diver/tree/1.0.5) (2024-03-21)

- Fixed getByPath throws if accessing a null value
- Fixed setByPath does not throw when assigning to non objects in browsers

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": "@clickbar/dot-diver",
"version": "1.0.4",
"version": "1.0.5",
"description": "Types and utilities to access object properties by dot notation.",
"packageManager": "pnpm@8.8.0",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 923e5d6

Please sign in to comment.