Skip to content

Commit

Permalink
chore(release): 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed May 21, 2023
1 parent 3d137d4 commit 564f337
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.3.1](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.3.0...v2.3.1) (2023-05-21)


### Bug Fixes

* **reports:** :bug: fix running time entry not appearing in report if spanning multiple days ([#19](https://github.com/JamesNZL/flow-toggl-plugin/issues/19)) ([20ee5a3](https://github.com/JamesNZL/flow-toggl-plugin/commit/20ee5a3435c5471c6d3327733ef2998eaefe8b01))
* **reports:** :bug: respect user's configured timezone and first day of the week ([#20](https://github.com/JamesNZL/flow-toggl-plugin/issues/20)) ([afd8b9c](https://github.com/JamesNZL/flow-toggl-plugin/commit/afd8b9c69d5309f50d197f7711e80da30d0d1a53))
* **reports:** :bug: use same single reference for `Now` ([d0b6ded](https://github.com/JamesNZL/flow-toggl-plugin/commit/d0b6ded211b291fe7e820d6e72717a119a04551f))
* **structures:** :bug: fix incorrect subgroup key ([#21](https://github.com/JamesNZL/flow-toggl-plugin/issues/21)) ([346ed9b](https://github.com/JamesNZL/flow-toggl-plugin/commit/346ed9bc1821266825a28fcf7843993aaf6b7c5b))

## [2.3.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.2.0...v2.3.0) (2023-05-20)


Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "Toggl Track",
"Description": "A time tracking plugin for Flow Launcher using Toggl Track",
"Author": "JamesNZL",
"Version": "2.3.0",
"Version": "2.3.1",
"Language": "csharp",
"Website": "https://github.com/JamesNZL/flow-toggl-plugin",
"IcoPath": "app.png",
Expand Down

0 comments on commit 564f337

Please sign in to comment.