From 8ed09da26d6e30be08aa034d39e8e8ddc9fe65ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Turin=CC=83o?= Date: Tue, 16 May 2023 21:27:03 +0200 Subject: [PATCH] chore(release): 5.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd88d6..510c691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [5.4.0](https://github.com/eturino/ts-key-set/compare/v5.3.0...v5.4.0) (2023-05-16) + + +### Features + +* composedKeySet to avoid duplicate key set (using ks.isEqual()) ([c03dd00](https://github.com/eturino/ts-key-set/commit/c03dd00b591ab1a88c75f0426b6fc2c9b7545630)) + ## [5.3.0](https://github.com/eturino/ts-key-set/compare/v5.2.0...v5.3.0) (2023-05-16) diff --git a/package.json b/package.json index 39d2fc3..dc60cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eturino/key-set", - "version": "5.3.0", + "version": "5.4.0", "author": "Eduardo TuriƱo ", "description": "KeySet with 4 classes to represent concepts of All, None, Some, and AllExceptSome, the last 2 with a sorted uniq list of keys, and all with intersection calculations (TypeScript port of https://github.com/eturino/ruby_key_set)", "main": "build/main/index.js",