Skip to content

Commit

Permalink
chore(release): 2.28.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.28.0](mll-lab/js-utils@v2.27.1...v2.28.0) (2024-01-02)

### Features

* add type KeyOfType ([69cb23e](mll-lab@69cb23e))
  • Loading branch information
semantic-release-bot committed Jan 2, 2024
1 parent 69cb23e commit 90e1471
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.28.0](https://github.com/mll-lab/js-utils/compare/v2.27.1...v2.28.0) (2024-01-02)


### Features

* add type KeyOfType ([69cb23e](https://github.com/mll-lab/js-utils/commit/69cb23ec1c3ec2fad3a7f63a8249655de317e9ed))

## [2.27.1](https://github.com/mll-lab/js-utils/compare/v2.27.0...v2.27.1) (2023-12-20)


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.27.1",
"version": "2.28.0",
"main": "dist/index.common.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 90e1471

Please sign in to comment.