From 550f5ded6bbbb42806bf1dc2e3b107033cf8b915 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2024 09:47:17 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] ## [2.0.3](https://github.com/undistraction/coons-patch/compare/v2.0.2...v2.0.3) (2024-09-19) ### Bug Fixes * Publish typings changes from previous commit ([9381577](https://github.com/undistraction/coons-patch/commit/938157781f9b355b60effdd0720bae8b13f77a0b)) --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f0610..046b90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +## [2.0.3](https://github.com/undistraction/coons-patch/compare/v2.0.2...v2.0.3) (2024-09-19) + +### Bug Fixes + +* Publish typings changes from previous commit ([9381577](https://github.com/undistraction/coons-patch/commit/938157781f9b355b60effdd0720bae8b13f77a0b)) + ## [2.0.2](https://github.com/undistraction/coons-patch/compare/v2.0.1...v2.0.2) (2024-09-18) ### Bug Fixes -* Add missing Points type export ([65909f2](https://github.com/undistraction/coons-patch/commit/65909f294449fc08118de67e65f30e255f3c80d6)) +- Add missing Points type export ([65909f2](https://github.com/undistraction/coons-patch/commit/65909f294449fc08118de67e65f30e255f3c80d6)) ## [2.0.1](https://github.com/undistraction/coons-patch/compare/v2.0.0...v2.0.1) (2024-09-18) diff --git a/package.json b/package.json index 26cd518..5dd2715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coons-patch", - "version": "2.0.2", + "version": "2.0.3", "packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35", "description": "Create a Coons patch and access points and curves on its surface", "main": "./dist/index.common.js",