Skip to content

Commit b5d51fc

Browse files
committed
release: Release version 3.8.0
1 parent 5f97dd7 commit b5d51fc

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

22

3+
## [3.8.0](https://github.com/MorevM/utils/compare/v3.7.0...v3.8.0) (2024-03-24)
4+
5+
6+
### Features
7+
8+
* **math:** Add `lerp` utility ([57eeceb](https://github.com/MorevM/utils/commit/57eeceb6a38458b268f0c8902ddd38dd3f9b5fac))
9+
* **strings:** Add `stripIndent` utility ([f8bee7f](https://github.com/MorevM/utils/commit/f8bee7fe05fab98a6ec077a1132ffb995028cb84))
10+
* **types:** Add new types from `type-fest` ([a03ee9e](https://github.com/MorevM/utils/commit/a03ee9e7fdd84fd73f87526703f96b9fafbfd030))
11+
12+
13+
### Bug fixes
14+
15+
* **math:** Add missed `math` exports ([2111832](https://github.com/MorevM/utils/commit/21118325c756fc391a749d73b526dd3a022e4f32))
16+
17+
18+
### Chores
19+
20+
* Bump `fast-copy` from 3.0.1 to 3.0.2 ([5787993](https://github.com/MorevM/utils/commit/57879936208723a8086c302c00209d94ed5fa493))
21+
* Bump `type-fest` from 4.10.3 to 4.13.1 ([cc2d09f](https://github.com/MorevM/utils/commit/cc2d09f161789d59ee6e1611106882f3291d485e))
22+
* Migrate from `jest` to `vitest` ([2325013](https://github.com/MorevM/utils/commit/232501344fecc8aa71b959e0b11db6a4d3bab302))
23+
24+
25+
### Refactoring
26+
27+
* Remove some TS tweaks after updating `typescript` ([5f97dd7](https://github.com/MorevM/utils/commit/5f97dd7c47891628dc14f45715bfa8806e106ad8))
28+
* **types:** Mark renamed `type-fest` types more explicitly ([ba2cc9b](https://github.com/MorevM/utils/commit/ba2cc9b15e6939cf03eaeb787e9f447c692baba5))
29+
* **types:** Replace `MathAdd` and `MathSubstract` utility types with `type-fest` new alternative ones ([485c20f](https://github.com/MorevM/utils/commit/485c20f7d1fdb2c6f7d7cba7385f8cd8bd428aec))
30+
331
## [3.7.0](https://github.com/MorevM/utils/compare/v3.6.0...v3.7.0) (2024-03-03)
432

533

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.7.0",
5+
"version": "3.8.0",
66
"private": false,
77
"sideEffects": false,
88
"license": "MIT",

0 commit comments

Comments
 (0)