Skip to content

Commit

Permalink
chore(release): 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eturino committed May 16, 2023
1 parent c03dd00 commit 8ed09da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eturino/key-set",
"version": "5.3.0",
"version": "5.4.0",
"author": "Eduardo Turiño <eturino@eturino.com>",
"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",
Expand Down

0 comments on commit 8ed09da

Please sign in to comment.