Skip to content

Commit

Permalink
🔖 tags: new version release 1.7.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.7](v1.7.6...v1.7.7) (2023-05-22)
  • Loading branch information
semantic-release-bot committed May 22, 2023
1 parent 40b1c49 commit 6a93a01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6a93a01

Please sign in to comment.