We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd70bf commit 26d7bfaCopy full SHA for 26d7bfa
components/toggl/actions/get-time-entries/get-time-entries.mjs
@@ -2,7 +2,7 @@ import toggl from "../../toggl.app.mjs";
2
3
export default {
4
name: "Get Time Entries",
5
- version: "0.0.6",
+ version: "0.0.7",
6
key: "toggl-get-time-entries",
7
description: "Get the last thousand time entries. [See docs here](https://developers.track.toggl.com/docs/api/time_entries#get-timeentries)",
8
type: "action",
components/toggl/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@pipedream/toggl",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Pipedream Toggl Components",
"main": "toggl.app.mjs",
"keywords": [
0 commit comments