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);
Array.<number>
Object
object
Object
object
Geometry definition.
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",