Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 324fcdd

Browse files
author
Akanksh Saxena
authored
Merge pull request #467 from aziiee/release-1.1.0
chore(release): Release v1.1.0
2 parents e46ca1e + 7f23ade commit 324fcdd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# v1.1.0 (11 August 2020)
2+
3+
### README
4+
- Update readme according to docker setup
5+
6+
# v1.0.0 (30 July 2020)
7+
8+
See Github releases for changelog of previous versions.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ If you have a running [backend](https://github.com/adfinis-sygroup/timed-backend
3838
or
3939
- `yarn start`
4040

41-
If you are using docker-compose you can start the frontend and backend by running
41+
If you are using docker-compose you can start the frontend and backend by running the following in the backend project
4242

4343
```
4444
docker-compose up -d --build
4545
```
4646

47-
The frontend will be under [http://localhost:4200](http://localhost:4200) and the backend [http://localhost:8000](http://localhost:8000)
47+
The frontend will be under [http://timed.local](http://timed.local) and the backend [http://timed.local/admin/](http://timed.local/admin/)
4848

4949
### Running Tests
5050

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timed",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A time tracking software written in Ember.js",
55
"repository": "https://github.com/adfinis-sygroup/timed-frontend",
66
"author": "Adfinis AG <info@adfinis.com>",

0 commit comments

Comments
 (0)