diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c77d5..4105d8c 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.6](https://github.com/clickbar/dot-diver/tree/1.0.6) (2024-03-25) + - Fixed breaking change introduced in the type of SearchableObject ## [1.0.5](https://github.com/clickbar/dot-diver/tree/1.0.5) (2024-03-21) diff --git a/package.json b/package.json index debaa78..70284bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clickbar/dot-diver", - "version": "1.0.5", + "version": "1.0.6", "description": "Types and utilities to access object properties by dot notation.", "packageManager": "pnpm@8.8.0", "types": "dist/index.d.ts",