From dfd5bf381adb9d7c448c6050223ed3b7762628b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:19:11 +0000 Subject: [PATCH] Release 0.2.0 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3576fe6..b276468 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 0.2.0 +* [add new types export (#49)](https://github.com/PrismarineJS/node-vec3/commit/9a3c259a361de7b6053c5e60ac70ba8ce658aeb0) (thanks @zerozeynep) + ## 0.1.9 * [Add methods, fix .equals (#46)](https://github.com/PrismarineJS/node-vec3/commit/c6b94c4289cfba5fc460bed99d112cec85fe1cf3) (thanks @szdytom) * [Add command gh workflow allowing to use release command in comments (#45)](https://github.com/PrismarineJS/node-vec3/commit/8675f8ecf6065278c0d1f889a585a5febf446cc0) (thanks @rom1504) diff --git a/package.json b/package.json index 4c1c56a..844ee20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vec3", - "version": "0.1.9", + "version": "0.2.0", "description": "3d vector math with good unit tests", "main": "index.js", "types": "index.d.ts",