Skip to content

Commit

Permalink
build(release): release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktordanny committed Oct 30, 2022
1 parent adde312 commit b31ea0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

> All notable changes to this project will be documented in this file.
## [0.7.0] - 2022-10-30

- Add second phase support for transportation problem on API and UI side
- UI style fixes
- Fix layout jumps caused by clearing the results when calculating a new case.
- Fix not supporting safe area view

## [0.6.1] - 2022-09-01

- Fix showing progress bar when switching between pages
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.6.1",
"version": "0.7.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit b31ea0c

Please sign in to comment.