From 399dd1b106575e5c5b4e964852cb2dd17b4d2454 Mon Sep 17 00:00:00 2001 From: Adam C Hamlin Date: Fri, 11 Oct 2024 17:23:52 -0400 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f493b2..22a68b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.5.1](https://github.com/adamhamlin/deep-equality-data-structures/compare/v1.5.0...v1.5.1) (2024-10-11) + ## [1.5.0](https://github.com/adamhamlin/deep-equality-data-structures/compare/v1.4.0...v1.5.0) (2024-09-21) diff --git a/package-lock.json b/package-lock.json index d089a5c..b12e17e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deep-equality-data-structures", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deep-equality-data-structures", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "object-hash": "^3.0.0" diff --git a/package.json b/package.json index af45125..ab28b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deep-equality-data-structures", - "version": "1.5.0", + "version": "1.5.1", "description": "Javascript data structures (e.g., Map, Set) that support deep object equality", "main": "dist/index.js", "types": "dist/index.d.ts",