From 509f76b4d3cdba6cd3ed15163b42dd5d32129944 Mon Sep 17 00:00:00 2001 From: Pavlo Blazhchuk Date: Mon, 15 Jul 2024 21:26:03 +0300 Subject: [PATCH] update 8.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326700a..150808c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [8.1.0] - 2024-07-15 + +### Removed + +- deep-equal package + ## [8.0.1] - 2024-07-01 ### Updated diff --git a/package.json b/package.json index 1237699..d80b198 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gzipper", - "version": "8.0.1", + "version": "8.1.0", "description": "CLI for compressing files.", "main": "index.js", "type": "module",