Skip to content

Commit

Permalink
chore: release version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remigius42 committed Mar 14, 2024
1 parent a97420b commit 9f925a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -31,3 +31,7 @@

- `maxDegree` returns `0` for constants ([18a4737](https://github.com/remigius42/algebra.ts/commit/18a4737671a0a3ab545d896d78f4fd96498b2d5b))
- `maxDegreeOfVariable` returns `0` for missing ([1f208f1](https://github.com/remigius42/algebra.ts/commit/1f208f1359fe930f9b81333beef4ae7045a2460f))

## [0.3.1](https://github.com/remigius42/algebra.ts/compare/v0.3.0...v0.3.1) (2024-03-14)

- Documentation improvements
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "algebra.ts",
"version": "0.3.0",
"version": "0.3.1",
"description": "Build, display, and solve algebraic equations.",
"main": "algebra.ts",
"type": "module",
Expand Down

0 comments on commit 9f925a5

Please sign in to comment.