Skip to content

Commit

Permalink
chore(release): 2.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.6](v2.0.5...v2.0.6) (2022-06-27)

### Bug Fixes

* **snyk:** moved `snyk` to `devDependencies` ([cfc1493](cfc1493))
* **vulnerabilities:** updated packages ([2694f69](2694f69))
* **vulnerabilities:** updated packages ([1e8d36e](1e8d36e))
  • Loading branch information
semantic-release-bot committed Jun 27, 2022
1 parent 13b4646 commit cb6386b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Project Changelog

## [2.0.6](https://github.com/basics/vector/compare/v2.0.5...v2.0.6) (2022-06-27)


### Bug Fixes

* **snyk:** moved `snyk` to `devDependencies` ([cfc1493](https://github.com/basics/vector/commit/cfc14938494c8d025d8421473295cdec1d9a0623))
* **vulnerabilities:** updated packages ([2694f69](https://github.com/basics/vector/commit/2694f69693ef2a584389e1833104438d86aca929))
* **vulnerabilities:** updated packages ([1e8d36e](https://github.com/basics/vector/commit/1e8d36e30026c1a22c2f0da625ee2a4f2e77af35))

## [2.0.6-beta.2](https://github.com/basics/vector/compare/v2.0.6-beta.1...v2.0.6-beta.2) (2022-06-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-basics/vector",
"version": "2.0.6-beta.2",
"version": "2.0.6",
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
"type": "module",
"main": "./build/esm/index.mjs",
Expand Down

0 comments on commit cb6386b

Please sign in to comment.