Skip to content

Commit aaaa430

Browse files
chore(release): 2.0.2-beta.1 [skip ci]
## [2.0.2-beta.1](v2.0.1...v2.0.2-beta.1) (2021-12-22) ### Bug Fixes * **sonarcloud:** also run by pull_request ([918ea28](918ea28)) * **sonarcloud:** defined included files ([a245336](a245336)) * **sonarcloud:** external property file ([34565a8](34565a8))
1 parent 743c88f commit aaaa430

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.2-beta.1](https://github.com/basics/vector/compare/v2.0.1...v2.0.2-beta.1) (2021-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **sonarcloud:** also run by pull_request ([918ea28](https://github.com/basics/vector/commit/918ea2874b1f91475eec4a984eae0b747995d0a3))
9+
* **sonarcloud:** defined included files ([a245336](https://github.com/basics/vector/commit/a245336005688abd3908f5dc3727d4877a23430e))
10+
* **sonarcloud:** external property file ([34565a8](https://github.com/basics/vector/commit/34565a8985885e88289acd9ca84f3d062a90bf49))
11+
312
## [2.0.1](https://github.com/basics/vector/compare/v2.0.0...v2.0.1) (2021-12-21)
413

514

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

0 commit comments

Comments
 (0)