Skip to content

Commit

Permalink
chore(release): 2.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.1](v2.15.0...v2.15.1) (2022-11-16)

### Bug Fixes

* use Exclude to make isNotNullish type guard work as intended ([#17](#17)) ([4dce69b](4dce69b))
  • Loading branch information
semantic-release-bot committed Nov 16, 2022
1 parent 4dce69b commit c1a9020
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
@@ -1,3 +1,10 @@
## [2.15.1](https://github.com/mll-lab/js-utils/compare/v2.15.0...v2.15.1) (2022-11-16)


### Bug Fixes

* use Exclude to make isNotNullish type guard work as intended ([#17](https://github.com/mll-lab/js-utils/issues/17)) ([4dce69b](https://github.com/mll-lab/js-utils/commit/4dce69bcb9e53bb69c436cb10ce76482037fa4f8))

# [2.15.0](https://github.com/mll-lab/js-utils/compare/v2.14.0...v2.15.0) (2022-11-11)


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": "@mll-lab/js-utils",
"version": "2.15.0",
"version": "2.15.1",
"main": "dist/index.common.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c1a9020

Please sign in to comment.