Skip to content

Commit

Permalink
release: Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Sep 17, 2022
1 parent 32735e9 commit 02be036
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


## [1.5.0](https://github.com/MorevM/helpers/compare/v1.4.2...v1.5.0) (2022-09-17)


### Features

* **types:** Add `StartsWith` and `EndsWith` utility types ([32735e9](https://github.com/MorevM/helpers/commit/32735e90d52a72e75e105fa71f45104ac363a7fe))


### Chores

* bump eslint from 8.23.0 to 8.23.1 ([#105](https://github.com/MorevM/helpers/issues/105)) ([05f271c](https://github.com/MorevM/helpers/commit/05f271c1fdef645dac34509519163573d70ee867))
* bump jest and @types/jest ([#103](https://github.com/MorevM/helpers/issues/103)) ([73cfa00](https://github.com/MorevM/helpers/commit/73cfa00d694287d7dbc422cb06c087890fee96a8))
* bump jest-environment-jsdom from 29.0.2 to 29.0.3 ([#104](https://github.com/MorevM/helpers/issues/104)) ([3f3469d](https://github.com/MorevM/helpers/commit/3f3469d0f05e9e64d541842093b87c36b84cd5a2))
* bump release-it from 15.4.1 to 15.4.2 ([#107](https://github.com/MorevM/helpers/issues/107)) ([8228cba](https://github.com/MorevM/helpers/commit/8228cbaa7920bfc0b0193851864ab05a9b80bf59))
* bump ts-jest from 29.0.0 to 29.0.1 ([#106](https://github.com/MorevM/helpers/issues/106)) ([8f213a8](https://github.com/MorevM/helpers/commit/8f213a8d4f9923c6d4798d280664fc11a0efc546))

### [1.4.2](https://github.com/MorevM/helpers/compare/v1.4.1...v1.4.2) (2022-09-10)


Expand Down Expand Up @@ -573,4 +589,4 @@ Just version bump due to unsuccessful release.

### Bug fixes

* Change package name ([252274c](https://github.com/MorevM/helpers/commit/252274c111df3b14204ca8ccfd5bf08efdbad1c9))
* Change package name ([252274c](https://github.com/MorevM/helpers/commit/252274c111df3b14204ca8ccfd5bf08efdbad1c9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@morev/helpers",
"description": "JS helpers library",
"version": "1.4.2",
"version": "1.5.0",
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 02be036

Please sign in to comment.