Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Feb 7, 2022
1 parent ad5f878 commit 86d96f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.3.0](https://github.com/thdk/team-timesheets/compare/v2.2.2...v2.3.0)
## [v2.4.0](https://github.com/thdk/team-timesheets/compare/v2.3.0...v2.4.0)

### Merged

- feat: implement oauth for authenticating with github [`#239`](https://github.com/thdk/team-timesheets/pull/239)

### Fixed

- feat: implement oauth for authenticating with github (#239) [`#238`](https://github.com/thdk/team-timesheets/issues/238)
- feat: use default project instead of using last used project [`#236`](https://github.com/thdk/team-timesheets/issues/236)

### Commits

- feat: add parameter userId to changeProjectOfRegistrations function [`e0002e9`](https://github.com/thdk/team-timesheets/commit/e0002e978a0201ae587f81b6fd607a57b3dfaf4d)
- feat: change sync time from 6 am to midnight CET [`001602e`](https://github.com/thdk/team-timesheets/commit/001602e8f9af7df77977ceb5433876dd327fa741)

## [v2.3.0](https://github.com/thdk/team-timesheets/compare/v2.2.2...v2.3.0) - 2022-02-02

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thdk-timesheets-app",
"version": "2.3.0",
"version": "2.4.0",
"description": "A replacement web app for old school timesheets",
"main": "src/js/app.ts",
"scripts": {
Expand Down

0 comments on commit 86d96f4

Please sign in to comment.