diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cf709..e8d3c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,8 @@ # CHANGELOG + +## [0.2.7](https://github.com/remigius42/algebra.ts/compare/0.2.6...0.2.7) (2024-02-27) + +- Update dependencies +- Migrate Makefile into NPM scripts +- Migrate Travis to GitHub Actions build +- Reformat codebase with Prettier diff --git a/package.json b/package.json index c3accd1..8d0e261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algebra.js", - "version": "0.2.6", + "version": "0.2.7", "description": "Build, display, and solve algebraic equations.", "main": "algebra.js", "scripts": {