Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed May 14, 2023
1 parent b969773 commit 4d52b30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1.2](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.1.1...v2.1.2) (2023-05-14)


### Bug Fixes

* **ux:** :bug: ensure stop time is not before start ([b969773](https://github.com/JamesNZL/flow-toggl-plugin/commit/b9697733409259b0de17a7ef241ee7f01a26fc08))
* **ux:** :bug: fix wrong elapsed time calculation when using `-t` ([#3](https://github.com/JamesNZL/flow-toggl-plugin/issues/3)) ([7fcfa85](https://github.com/JamesNZL/flow-toggl-plugin/commit/7fcfa85e3c0316e97c9fd37c3a1b09b53202352d))

### [2.1.1](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.1.0...v2.1.1) (2023-05-12)


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

0 comments on commit 4d52b30

Please sign in to comment.