Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thdk committed Oct 3, 2022
1 parent 3eb435e commit 9a6695a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,25 @@ 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.9.2](https://github.com/thdk/team-timesheets/compare/v2.9.1...v2.9.2)
## [v2.10.0](https://github.com/thdk/team-timesheets/compare/v2.9.2...v2.10.0)

### Merged

- Add linter and activate recommended rules [`#278`](https://github.com/thdk/team-timesheets/pull/278)

### Fixed

- feat: add link to report issues on github [`#270`](https://github.com/thdk/team-timesheets/issues/270)
- chore: update to latest firestorable version [`#274`](https://github.com/thdk/team-timesheets/issues/274)
- fix: project owner should be able to delete / archive projects [`#282`](https://github.com/thdk/team-timesheets/issues/282)

### Commits

- chore: upgrade to node +v16 [`310f82d`](https://github.com/thdk/team-timesheets/commit/310f82da20248909643662c9f3a35b337e716bf1)
- ci: add eslint [`176f142`](https://github.com/thdk/team-timesheets/commit/176f14262694543826fe054b52583db697d90aee)
- feat: sync division-users collection to bigquery [`c142291`](https://github.com/thdk/team-timesheets/commit/c1422917f5fa31033d6408e3235475205fe3c195)

## [v2.9.2](https://github.com/thdk/team-timesheets/compare/v2.9.1...v2.9.2) - 2022-04-04

### Commits

Expand Down
4 changes: 2 additions & 2 deletions 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.9.2",
"version": "2.10.0",
"description": "A replacement web app for old school timesheets",
"main": "src/js/app.ts",
"scripts": {
Expand Down

0 comments on commit 9a6695a

Please sign in to comment.