Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 3, 2023
1 parent 87a894d commit 9be3a06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.0.1](https://github.com/JamesNZL/flow-toggl-plugin/compare/v3.0.0...v3.0.1) (2023-07-03)


### Performance

* :zap: implement `CancellationToken` properly ([#87](https://github.com/JamesNZL/flow-toggl-plugin/issues/87)) ([9c88afa](https://github.com/JamesNZL/flow-toggl-plugin/commit/9c88afa23da5051715a8608d0bbe225c8732a130))

## [3.0.0](https://github.com/JamesNZL/flow-toggl-plugin/compare/v2.10.1...v3.0.0) (2023-07-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ A performant [Toggl Track](https://track.toggl.com/timer) plugin for [Flow Launc
# Command Reference

> **Note**
> This command reference applies to version `v3.0.0`.
> This command reference applies to version `v3.0.1`.
| Icon | Link |
| -------------------------------------------- | --------------------------- |
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": "3.0.0",
"Version": "3.0.1",
"Language": "csharp",
"Website": "https://github.com/JamesNZL/flow-toggl-plugin",
"IcoPath": "app.png",
Expand Down

0 comments on commit 9be3a06

Please sign in to comment.