Skip to content

Commit

Permalink
Bump to 0.0.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
makis-san committed Feb 16, 2023
1 parent 88374c2 commit e6975f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsheet-to-calendar",
"version": "0.0.5",
"version": "0.0.5-1",
"license": "MIT",
"repository": "git@github.com:makis-san/gsheet-to-calendar.git",
"description": "CLI app and package that uses google spreadsheet api to export calendar data directly into google agenda or other supported methods :)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type LoadSheetDocumentReturn = Promise<
value: string
}[]
fetchEvents: (
props: Pick<FetchEventsProps, 'document'>
props: Omit<FetchEventsProps, 'document'>
) => FetchEventsReturn
}
| undefined
Expand Down

0 comments on commit e6975f4

Please sign in to comment.