Skip to content

Commit

Permalink
release: Release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Apr 13, 2022
1 parent f46067b commit 9d7f52d
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.10.0](https://github.com/MorevM/helpers/compare/v0.9.0...v0.10.0) (2022-04-11)
## [0.11.0](https://github.com/MorevM/helpers/compare/v0.10.0...v0.11.0) (2022-04-13)


### Features

* **dom:** Add `getElement` helper ([b04c444](https://github.com/MorevM/helpers/commit/b04c44410c0af0489a21ed19cb45487238ab4327))
* **types:** Add `isElement` helper ([4b3746f](https://github.com/MorevM/helpers/commit/4b3746ffed5c59b0c39a8099d97772e72a16597e))


### Refactoring

* Add deprecation flag to `isNode` function due to incorrect name ([f46067b](https://github.com/MorevM/helpers/commit/f46067bab9d8e780abcb7c755308fb251468d1d7))## [0.10.0](https://github.com/MorevM/helpers/compare/v0.9.0...v0.10.0) (2022-04-11)


### Features
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.10.0",
"version": "0.11.0",
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 9d7f52d

Please sign in to comment.