Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed May 25, 2020
1 parent 75b4390 commit 156e0df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.2](https://github.com/wowserhq/math/compare/v0.2.1...v0.2.2) (2020-05-25)


### Features

* **vector2:** add initial Vector2 implementation ([#57](https://github.com/wowserhq/math/issues/57)) ([75b4390](https://github.com/wowserhq/math/commit/75b43909d340ee8f86b2551b21ab7b962ea5b4c2))
* **vector3:** add accessors for x, y, z ([#54](https://github.com/wowserhq/math/issues/54)) ([fdd24be](https://github.com/wowserhq/math/commit/fdd24be624a0ed10704e334b1bded388eb6c5d6e))

### [0.2.1](https://github.com/wowserhq/math/compare/v0.2.0...v0.2.1) (2020-05-25)


Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@wowserhq/math",
"version": "0.2.1",
"version": "0.2.2",
"description": "Math library for Wowser",
"author": "Wowser Contributors",
"repository": "github:wowserhq/math",
Expand Down

0 comments on commit 156e0df

Please sign in to comment.