Skip to content

Commit 54bfc0c

Browse files
chore(release): 2.1.3 [skip ci]
## [2.1.3](v2.1.2...v2.1.3) (2025-03-08) ### Bug Fixes * **workflows:** add caching for node_modules in beta and main workflows ([4d5540e](4d5540e))
1 parent 4d5540e commit 54bfc0c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Project Changelog
22

3+
## [2.1.3](https://github.com/basics/vector/compare/v2.1.2...v2.1.3) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **workflows:** add caching for node_modules in beta and main workflows ([4d5540e](https://github.com/basics/vector/commit/4d5540e4aa2446dc317027ad1ec621972ad3d61d))
9+
310
## [2.1.2](https://github.com/basics/vector/compare/v2.1.1...v2.1.2) (2025-03-08)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)