Skip to content

Commit

Permalink
release: Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Apr 9, 2022
1 parent d8e916c commit 4edbd34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@


### [0.8.3](https://github.com/MorevM/helpers/compare/v0.8.2...v0.8.3) (2022-04-04)
## [0.9.0](https://github.com/MorevM/helpers/compare/v0.8.3...v0.9.0) (2022-04-09)


### Features

* **arrays:** Add `toArray` helper ([0bdd2ea](https://github.com/MorevM/helpers/commit/0bdd2ea82d7d73a427741ae5a056fa681a5eb7c2))
* **utility:** Add `debounce` helper ([d8e916c](https://github.com/MorevM/helpers/commit/d8e916cb7d3d462cb6253a8294d3d2a0685ee890))


### Chores

* Deps update ([2ada02c](https://github.com/MorevM/helpers/commit/2ada02c6cb86ddd1e411f46133f8ba398b7e6e26))### [0.8.3](https://github.com/MorevM/helpers/compare/v0.8.2...v0.8.3) (2022-04-04)


### Bug fixes
Expand Down
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": "0.8.3",
"version": "0.9.0",
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 4edbd34

Please sign in to comment.