Skip to content

Commit f880b5f

Browse files
committed
release: Release version 3.9.0
1 parent 9336acb commit f880b5f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

22

3+
## [3.9.0](https://github.com/MorevM/utils/compare/v3.8.0...v3.9.0) (2024-04-07)
4+
5+
6+
### Features
7+
8+
* **dom:** Allow `null` as `parent` argument of `get-element-offset` utility ([32b0bf2](https://github.com/MorevM/utils/commit/32b0bf292f4ba4d0346e6858babf474ad8f6907d))
9+
* **dom:** Allow `window` as `parent` argument of `get-element` utility ([59f5be0](https://github.com/MorevM/utils/commit/59f5be0a6922f2e9dd0f4b338df9b931e2fc318e))
10+
* **dom:** Make `getElement` and `getScrollableAncestor` generic ([49cbd03](https://github.com/MorevM/utils/commit/49cbd03fbae0108d861728048f4b6ecc5125c13e))
11+
* **types:** Add `IfEmptyObject` and `SingleKeyObject` types exported from `type-fest` ([e98c481](https://github.com/MorevM/utils/commit/e98c4810aced4909ecf77d68943faa70563d7739))
12+
13+
14+
### Chores
15+
16+
* Bump `type-fest` from 4.14.0 to 4.15.0 ([65bd1a7](https://github.com/MorevM/utils/commit/65bd1a73b2b7cbc64738af8516f03a432c82999c))
17+
18+
19+
### CI improvements
20+
21+
* Add latest changelog entry to Github release ([9336acb](https://github.com/MorevM/utils/commit/9336acb763c1cbc0f1774ec3f0cc15cab8d084dd))
22+
323
## [3.8.0](https://github.com/MorevM/utils/compare/v3.7.0...v3.8.0) (2024-03-24)
424

525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@morev/utils",
33
"description": "Collection of JavaScript / TypeScript utilities",
44
"type": "module",
5-
"version": "3.8.0",
5+
"version": "3.9.0",
66
"private": false,
77
"sideEffects": false,
88
"license": "MIT",

0 commit comments

Comments
 (0)