diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a06fb2..2c8e419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to **dot-diver** will be documented here. Inspired by [keep ## Unreleased +## [1.0.7](https://github.com/clickbar/dot-diver/tree/1.0.7) (2024-08-22) + - Fixed `getByPath` not triggering reactivity on Proxy objects (fixes #34, thanks @Tofandel) ## [1.0.6](https://github.com/clickbar/dot-diver/tree/1.0.6) (2024-03-25) diff --git a/package.json b/package.json index 366590d..7b3f1ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clickbar/dot-diver", - "version": "1.0.6", + "version": "1.0.7", "description": "Types and utilities to access object properties by dot notation.", "packageManager": "pnpm@8.8.0", "types": "dist/index.d.ts",