Skip to content

Commit 6a34ea8

Browse files
chore(release): 2.0.0-beta.10 [skip ci]
# [2.0.0-beta.10](v2.0.0-beta.9...v2.0.0-beta.10) (2021-12-21) ### Bug Fixes * **c8:** changed includes ([31e8f85](31e8f85)) * **c8:** changed includes ([ff954af](ff954af)) * **formatter:** fix typo ([56aff08](56aff08)) * **formatter:** fix typo ([a6318b4](a6318b4)) * **formatter:** number format fix typo ([7df6c07](7df6c07)) * **formatter:** number format fix typo ([8dbbe20](8dbbe20)) * **gitignore:** add husky files to git ignore ([c267936](c267936)) * **readme:** update public urls in readme ([44d3eb8](44d3eb8)) * **sonarcloud:** remove pull requests for sonar cloud ([f56853a](f56853a))
1 parent 406b6af commit 6a34ea8

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
# [2.0.0-beta.10](https://github.com/basics/vector/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2021-12-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **c8:** changed includes ([31e8f85](https://github.com/basics/vector/commit/31e8f85bd9fb199bbf29867a35444762a4033400))
9+
* **c8:** changed includes ([ff954af](https://github.com/basics/vector/commit/ff954afd371e580817144417c3c981fd1b4edf7f))
10+
* **formatter:** fix typo ([56aff08](https://github.com/basics/vector/commit/56aff089da6fa446602e8f501d7e24d474dc9597))
11+
* **formatter:** fix typo ([a6318b4](https://github.com/basics/vector/commit/a6318b41cc234d0e7844a80c10ef87d1d83b13f8))
12+
* **formatter:** number format fix typo ([7df6c07](https://github.com/basics/vector/commit/7df6c072c4c4e7871577d2444d827e16483f7e37))
13+
* **formatter:** number format fix typo ([8dbbe20](https://github.com/basics/vector/commit/8dbbe20ecc30cbf6c00c1b90195319de94714e89))
14+
* **gitignore:** add husky files to git ignore ([c267936](https://github.com/basics/vector/commit/c267936ed408f2f732b4536f441589d0c2965a5a))
15+
* **readme:** update public urls in readme ([44d3eb8](https://github.com/basics/vector/commit/44d3eb8119f38e0dd4b81eac603ccb34e2524a70))
16+
* **sonarcloud:** remove pull requests for sonar cloud ([f56853a](https://github.com/basics/vector/commit/f56853a900e42a218e088c1f2d2e470153b59721))
17+
318
# [2.0.0-beta.9](https://github.com/basics/vector/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2021-12-21)
419

520

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

0 commit comments

Comments
 (0)