Skip to content

Commit

Permalink
chore(release): 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jun 7, 2023
1 parent ed00bda commit 80fad53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.8.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.7.0...v2.8.0) (2023-06-07)


### Features

* **ux:** :zap: improve loading time of commands when cache is empty ([#49](https://github.com/JamesNZL/flow-toggl-plugin/issues/49)) ([ed00bda](https://github.com/JamesNZL/flow-toggl-plugin/commit/ed00bda91b54117ad2806d699188e05cc517c700))


### Bug Fixes

* **toggl:** :zap: fix erroneous forced fetch of `Me` ([#50](https://github.com/JamesNZL/flow-toggl-plugin/issues/50)) ([eee7569](https://github.com/JamesNZL/flow-toggl-plugin/commit/eee75695e367405ab1f260c8cfc7f6e7351d159f))

## [2.7.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.6.0...v2.7.0) (2023-06-05)


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.7.0",
"Version": "2.8.0",
"Language": "csharp",
"Website": "https://github.com/JamesNZL/flow-toggl-plugin",
"IcoPath": "app.png",
Expand Down

0 comments on commit 80fad53

Please sign in to comment.