Skip to content

Commit

Permalink
build(release): release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktordanny committed Aug 23, 2022
1 parent 94d6688 commit e2f95a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

> All notable changes to this project will be documented in this file.
## [0.6.0] - 2022-08-23

- Update home page
- Add explanations for epsilon calculation
- Implement epsilon tab on transportation problem page
- Add Vogel-Korda method to transportation problems
- Automation of release via GitHub Actions

## [0.5.0] - 2022-08-05

- Implement public API for calculations & refactor the ui to use it
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": "opres",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit e2f95a9

Please sign in to comment.