From 728d82cc4f1237ef59ae19818fdabe8626b06e2d Mon Sep 17 00:00:00 2001 From: Damien Seguin Date: Sun, 7 Jul 2024 16:34:48 +0100 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 6 +++++- README.md | 16 ++++++++-------- package-lock.json | 4 ++-- package.json | 7 +++++-- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdbfcb..a1d8eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -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. +All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [2.1.1](https://github.com/dmnsgn/primitive-ellipsoid/compare/v2.1.0...v2.1.1) (2024-07-07) + + # [2.1.0](https://github.com/dmnsgn/primitive-ellipsoid/compare/v2.0.1...v2.1.0) (2021-10-02) diff --git a/README.md b/README.md index 59c7be1..1e7d18a 100755 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ console.log(geometry);
vec3 : Array.<number>
-
Options : Object
+
Options : object
-
SimplicialComplex : Object
+
SimplicialComplex : object

Geometry definition.

@@ -77,7 +77,7 @@ console.log(geometry); An ellipsoid geometry for 3D rendering, including normals, UVs and cell indices (faces). -**Kind**: global function +**Kind**: global function **See**: [Wolfram MathWorld Ellipsoid](http://mathworld.wolfram.com/Ellipsoid.html) | Param | Type | Default | Description | @@ -89,12 +89,12 @@ An ellipsoid geometry for 3D rendering, including normals, UVs and cell indices ## vec3 : Array.<number> -**Kind**: global typedef +**Kind**: global typedef -## Options : Object +## Options : object -**Kind**: global typedef +**Kind**: global typedef **Properties** | Name | Type | Default | Description | @@ -107,11 +107,11 @@ An ellipsoid geometry for 3D rendering, including normals, UVs and cell indices -## SimplicialComplex : Object +## SimplicialComplex : object Geometry definition. -**Kind**: global typedef +**Kind**: global typedef **Properties** | Name | Type | diff --git a/package-lock.json b/package-lock.json index a32a014..23d108a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primitive-ellipsoid", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "primitive-ellipsoid", - "version": "2.1.0", + "version": "2.1.1", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index f21f50f..7e2c723 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primitive-ellipsoid", - "version": "2.1.0", + "version": "2.1.1", "description": "An ellipsoid geometry for 3D rendering, including normals, UVs and cell indices (faces).", "keywords": [ "ellipsoid", @@ -17,7 +17,10 @@ ], "homepage": "https://github.com/dmnsgn/primitive-ellipsoid", "bugs": "https://github.com/dmnsgn/primitive-ellipsoid/issues", - "repository": "dmnsgn/primitive-ellipsoid", + "repository": { + "type": "git", + "url": "git+https://github.com/dmnsgn/primitive-ellipsoid.git" + }, "funding": [ { "type": "individual",