Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.0](v2.2.0...v2.3.0) (2024-10-12)

### Features

* Add config to api funcs to control bounds curve order ([b255096](b255096))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent b255096 commit cbc832e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## [2.3.0](https://github.com/undistraction/warp-grid/compare/v2.2.0...v2.3.0) (2024-10-12)

### Features

* Add config to api funcs to control bounds curve order ([b255096](https://github.com/undistraction/warp-grid/commit/b25509688fa7adf4b2b81288531a56b819346fcb))

## [2.2.0](https://github.com/undistraction/warp-grid/compare/v2.1.2...v2.2.0) (2024-10-11)

### Features

* Expose row and cell indices as meta on BoundingCurves returned from API ([aa5f485](https://github.com/undistraction/warp-grid/commit/aa5f485d40c596acdf1f1f40833f4ce3dd5b9cb6))
- Expose row and cell indices as meta on BoundingCurves returned from API ([aa5f485](https://github.com/undistraction/warp-grid/commit/aa5f485d40c596acdf1f1f40833f4ce3dd5b9cb6))

### Bug Fixes

* Missing typing for bounding curves meta ([4b1cbc3](https://github.com/undistraction/warp-grid/commit/4b1cbc3a81f3678ab04b01a16d3ef93674dadb43))
- Missing typing for bounding curves meta ([4b1cbc3](https://github.com/undistraction/warp-grid/commit/4b1cbc3a81f3678ab04b01a16d3ef93674dadb43))

## [2.1.2](https://github.com/undistraction/warp-grid/compare/v2.1.1...v2.1.2) (2024-10-10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warp-grid",
"version": "2.2.0",
"version": "2.3.0",
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35",
"description": "Create a complex grid, warped in 2D space and access data about its lines and cells",
"exports": {
Expand Down

0 comments on commit cbc832e

Please sign in to comment.