Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.12...v2.1.0) (2023-07-30)

### Bug Fixes

* **deps:** update babel monorepo to v7.22.9 ([af27c4b](af27c4b))
* **deps:** update dependency @babel/core to v7.20.12 ([8fc85d5](8fc85d5))
* **deps:** update dependency @babel/core to v7.21.0 ([dadecf8](dadecf8))

### Features

* **operator:** to primitive impl for dom point ([7170acb](7170acb))
  • Loading branch information
semantic-release-bot committed Jul 30, 2023
1 parent a9d31ca commit 08bca69
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Project Changelog

# [2.1.0](https://github.com/basics/vector/compare/v2.0.12...v2.1.0) (2023-07-30)


### Bug Fixes

* **deps:** update babel monorepo to v7.22.9 ([af27c4b](https://github.com/basics/vector/commit/af27c4bc4aa69cea1fb0b34bd55e678fc8f9ca90))
* **deps:** update dependency @babel/core to v7.20.12 ([8fc85d5](https://github.com/basics/vector/commit/8fc85d5b98a9d59417b9462eb1fe7d0afb3ca2ae))
* **deps:** update dependency @babel/core to v7.21.0 ([dadecf8](https://github.com/basics/vector/commit/dadecf898695bea417beb363e1d27bc6820407a6))


### Features

* **operator:** to primitive impl for dom point ([7170acb](https://github.com/basics/vector/commit/7170acb48e6aa476371d28e09343fdc2d75b8f3f))

## [2.0.12](https://github.com/basics/vector/compare/v2.0.11...v2.0.12) (2022-12-10)


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

0 comments on commit 08bca69

Please sign in to comment.