From 5271def4523f6575c85d2e7e80553adc80804952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kr=C3=B6ll?= Date: Mon, 25 Mar 2024 11:46:03 +0100 Subject: [PATCH] chore(release): bump to v1.0.6 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",