Skip to content

Commit

Permalink
Merge pull request #74 from ducktordanny/build/release-version-0.9.0
Browse files Browse the repository at this point in the history
Build: Release version 0.9.0
  • Loading branch information
ducktordanny authored Jan 26, 2024
2 parents ad22700 + 28a7e1d commit 5b515d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> All notable changes to this project will be documented in this file.
## [0.9.0] - 2024-01-26

- Add TSP API and UI options

## [0.8.0] - 2023-02-11

- Add full UI for assignment problem page
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/data/constants/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
appVersion: '0.8.0',
appVersion: '0.9.0',
};
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.8.0",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 5b515d1

Please sign in to comment.