Skip to content

Commit 04e7db2

Browse files
chore(release): 2.0.11 [skip ci]
## [2.0.11](v2.0.10...v2.0.11) (2022-11-13) ### Bug Fixes * **deps:** update dependency @babel/core to v7.20.2 ([6cab5c3](6cab5c3))
1 parent e18e500 commit 04e7db2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.11](https://github.com/basics/vector/compare/v2.0.10...v2.0.11) (2022-11-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @babel/core to v7.20.2 ([6cab5c3](https://github.com/basics/vector/commit/6cab5c338c8f9b8ac69e02c8a9b2204a3557fcc4))
9+
310
## [2.0.10](https://github.com/basics/vector/compare/v2.0.9...v2.0.10) (2022-10-07)
411

512

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.0.10",
3+
"version": "2.0.11",
44
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
55
"type": "module",
66
"main": "./build/esm/index.mjs",

0 commit comments

Comments
 (0)