From 1b8f8f4ffe6e652b0bce57b4563237c90898b150 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Oct 2023 22:57:42 -0700 Subject: [PATCH] v1.7.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1aa8a1..7ad473a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.7.0](https://github.com/inspect-js/is-equal/compare/v1.6.5...v1.7.0) - 2023-10-20 + ## [v1.6.5](https://github.com/inspect-js/is-equal/compare/v1.6.4...v1.6.5) - 2023-10-20 ### Commits diff --git a/package.json b/package.json index f8c6c88..9d20857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-equal", - "version": "1.6.5", + "version": "1.7.0", "description": "Are these two values conceptually equal?", "author": "Jordan Harband ", "funding": {