Skip to content

Commit 07b9664

Browse files
committed
chore: release 0.0.2
1 parent 49180d3 commit 07b9664

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog], and this project adheres to
6-
[Semantic Versioning].
5+
The format is based on [Keep a Changelog],
6+
and this project adheres to [Semantic Versioning].
7+
8+
## [0.0.2] - 2021-02-13
9+
10+
### Features
11+
12+
- add projections ([`49180d3`])
13+
- matrix3 to matrix4 conversion ([`d37d610`])
14+
- matrix multiplication ([`524922c`])
15+
- Matrix4 and isFinite methods ([`c4c4375`])
16+
17+
### Bug Fixes
18+
19+
- matrix conversions ([`a7c5f2c`])
720

821
## [0.0.1] - 2021-02-12
922

@@ -19,6 +32,12 @@ The format is based on [Keep a Changelog], and this project adheres to
1932

2033
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
2134
[semantic versioning]: https://semver.org/spec/v2.0.0.html
35+
[0.0.2]: https://github.com/denosaurs/gmath/compare/0.0.1...0.0.2
36+
[`49180d3`]: https://github.com/denosaurs/gmath/commit/49180d3d3a80fe04af17a02d87d9b37eaf9cc7ba
37+
[`d37d610`]: https://github.com/denosaurs/gmath/commit/d37d6108fcfb67d7c7df66d252b47dd5b15b3055
38+
[`524922c`]: https://github.com/denosaurs/gmath/commit/524922c3e73c5d936b54c61af1c6b7d3b6fd7c81
39+
[`c4c4375`]: https://github.com/denosaurs/gmath/commit/c4c4375f8f3d230ae52544064bac7c9783d5f6b1
40+
[`a7c5f2c`]: https://github.com/denosaurs/gmath/commit/a7c5f2c34f37a263efcfee6690172d9347da4680
2241
[0.0.1]: https://github.com/denosaurs/gmath/compare/0.0.1
2342
[`4550dd6`]: https://github.com/denosaurs/gmath/commit/4550dd6ec689029651aa2638ac7982d3b7a7bc16
2443
[`301501a`]: https://github.com/denosaurs/gmath/commit/301501ac55cff5a092a37e602dc0d6ab5ea17d24

0 commit comments

Comments
 (0)