Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Jul 7, 2024
1 parent a3c233a commit 728d82c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ console.log(geometry);
<dl>
<dt><a href="#vec3">vec3</a> : <code>Array.&lt;number&gt;</code></dt>
<dd></dd>
<dt><a href="#Options">Options</a> : <code>Object</code></dt>
<dt><a href="#Options">Options</a> : <code>object</code></dt>
<dd></dd>
<dt><a href="#SimplicialComplex">SimplicialComplex</a> : <code>Object</code></dt>
<dt><a href="#SimplicialComplex">SimplicialComplex</a> : <code>object</code></dt>
<dd><p>Geometry definition.</p>
</dd>
</dl>
Expand All @@ -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 |
Expand All @@ -89,12 +89,12 @@ An ellipsoid geometry for 3D rendering, including normals, UVs and cell indices

## vec3 : <code>Array.&lt;number&gt;</code>

**Kind**: global typedef
**Kind**: global typedef
<a name="Options"></a>

## Options : <code>Object</code>
## Options : <code>object</code>

**Kind**: global typedef
**Kind**: global typedef
**Properties**

| Name | Type | Default | Description |
Expand All @@ -107,11 +107,11 @@ An ellipsoid geometry for 3D rendering, including normals, UVs and cell indices

<a name="SimplicialComplex"></a>

## SimplicialComplex : <code>Object</code>
## SimplicialComplex : <code>object</code>

Geometry definition.

**Kind**: global typedef
**Kind**: global typedef
**Properties**

| Name | Type |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 728d82c

Please sign in to comment.