From 6a93a014f670bd3ec596661ac254cf67e2a43d61 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 May 2023 01:10:14 +0000 Subject: [PATCH] :bookmark: tags: new version release 1.7.7 [skip ci] ## [1.7.7](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.7.6...v1.7.7) (2023-05-22) --- README.md | 4 ++-- docs/CHANGELOG.MD | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1873442..8cdaca9 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ function getConfigs() { } function getGcalSync(){ - const version = "1.7.6" + const version = "1.7.7" const gcalSyncContent = UrlFetchApp.fetch(`https://cdn.jsdelivr.net/npm/gcal-sync@${version}`).getContentText(); eval(gcalSyncContent) const configs = getConfigs() @@ -393,7 +393,7 @@ If you want to [contribute](./docs/CONTRIBUTING.md) to the project, fork the pro ```js function getGcalSync() { const configs = getConfigs(); - // const version = "1.7.6" // version + // const version = "1.7.7" // version // const gcalSyncContent = getGcalSyncProduction(version) const gcalSyncContent = getGcalSyncDevelopment('yourgithub/gcalsync-fork', 'develop'); eval(gcalSyncContent); diff --git a/docs/CHANGELOG.MD b/docs/CHANGELOG.MD index 4897359..24e4278 100644 --- a/docs/CHANGELOG.MD +++ b/docs/CHANGELOG.MD @@ -1,5 +1,7 @@ # CHANGELOG HISTORY +## [1.7.7](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.7.6...v1.7.7) (2023-05-22) + ## [1.7.6](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.7.5...v1.7.6) (2023-04-28) diff --git a/package.json b/package.json index 2e8075b..9da27a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gcal-sync", "description": "🔄 add an one way synchronization from ticktick tasks and github commits to google calendar and track your progress effortlessly.", - "version": "1.7.6", + "version": "1.7.7", "keywords": [ "google-calendar", "github",