Skip to content

Commit

Permalink
Merge pull request #375 from balancer/develop
Browse files Browse the repository at this point in the history
Release 4.1.1-beta.5
  • Loading branch information
John Grant authored Mar 14, 2023
2 parents afe7270 + a72750d commit 0b8612d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer-labs/sor",
"version": "4.1.1-beta.4",
"version": "4.1.1-beta.5",
"license": "GPL-3.0-only",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ export {
DerivedGyroEParams,
Vector2,
} from './pools/gyroEPool/gyroEMath/gyroEMathHelpers';
export * as LinearMaths from './pools/linearPool/linearMath';

0 comments on commit 0b8612d

Please sign in to comment.