diff --git a/CHANGELOG.md b/CHANGELOG.md index b27be2d..fc63d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index dede083..26ed0ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/math", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd7dd9e..d2acf8e 100644 --- a/package.json +++ b/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",