Skip to content

Commit

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

### Bug Fixes

* **snyk:** moved `snyk` to `devDependencies` ([cfc1493](cfc1493))
  • Loading branch information
semantic-release-bot committed Jun 27, 2022
1 parent bc3011f commit 49be53a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Project Changelog

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


### Bug Fixes

* **snyk:** moved `snyk` to `devDependencies` ([cfc1493](https://github.com/basics/vector/commit/cfc14938494c8d025d8421473295cdec1d9a0623))

## [2.0.5](https://github.com/basics/vector/compare/v2.0.4...v2.0.5) (2021-12-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.5",
"version": "2.0.6-beta.1",
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
"type": "module",
"main": "./build/esm/index.mjs",
Expand Down

0 comments on commit 49be53a

Please sign in to comment.