Skip to content

Commit

Permalink
chore(release): 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eturino committed Feb 4, 2021
1 parent cde30b5 commit 1242e4b
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.

## [4.5.0](https://github.com/eturino/ts-key-set/compare/v4.4.2...v4.5.0) (2021-02-04)


### Features

* added `ks.union(other)` ([cde30b5](https://github.com/eturino/ts-key-set/commit/cde30b512a91a21e199c743bcac4a04132743bae))

### [4.4.2](https://github.com/eturino/ts-key-set/compare/v4.4.1...v4.4.2) (2021-02-04)

### [4.4.1](https://github.com/eturino/ts-key-set/compare/v4.4.0...v4.4.1) (2021-01-26)
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": "4.4.2",
"version": "4.5.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 1242e4b

Please sign in to comment.