Skip to content

Commit 92d2b8f

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.3...v2.2.0) (2025-03-11) ### Bug Fixes * **operator:** set default value for result parameter in operatorCalc function ([ebee175](ebee175)) ### Features * **vector:** adding jsdoc types to factory functions ([0a0b289](0a0b289))
1 parent f63bcf9 commit 92d2b8f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Project Changelog
22

3+
# [2.2.0](https://github.com/basics/vector/compare/v2.1.3...v2.2.0) (2025-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **operator:** set default value for result parameter in operatorCalc function ([ebee175](https://github.com/basics/vector/commit/ebee175aac7b96e08d5a1b45d42096e4a93b47ec))
9+
10+
11+
### Features
12+
13+
* **vector:** adding jsdoc types to factory functions ([0a0b289](https://github.com/basics/vector/commit/0a0b2898544f73c8aec3e4843e7f0e029e5cd8c4))
14+
315
## [2.1.3](https://github.com/basics/vector/compare/v2.1.2...v2.1.3) (2025-03-08)
416

517

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-basics/vector",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)