Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2021-11-26)

### Features

* add NonEmptyArray and specialized implementation of last() ([5f61c48](5f61c48))
  • Loading branch information
semantic-release-bot committed Nov 26, 2021
1 parent 5f61c48 commit cb3fa2b
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.3.0](https://github.com/mll-lab/js-utils/compare/v2.2.0...v2.3.0) (2021-11-26)


### Features

* add NonEmptyArray and specialized implementation of last() ([5f61c48](https://github.com/mll-lab/js-utils/commit/5f61c48b3ab43bb8047319c18bd4b2e8328e6274))

# [2.2.0](https://github.com/mll-lab/js-utils/compare/v2.1.0...v2.2.0) (2021-10-18)


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

0 comments on commit cb3fa2b

Please sign in to comment.