Skip to content

Commit

Permalink
🔖 tags: new version release 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.0](v1.5.2...v1.6.0) (2023-03-13)

### ✨ feature:

* add a confirmation step in github sync ([#70](#70)) ([8ccdfa4](8ccdfa4))
* send error emails ([#72](#72)) ([cce494a](cce494a))
  • Loading branch information
semantic-release-bot committed Mar 13, 2023
1 parent 8ccdfa4 commit 316efca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function getGcalSync() {
}
};

const version = "1.5.2" // version
const version = "1.6.0" // version
const gcalSyncContent = UrlFetchApp.fetch(`https://cdn.jsdelivr.net/npm/gcal-sync@${version}`).getContentText();
eval(`this.GcalSync = ` + gcalSyncContent);
const gcalSync = new GcalSync(configs);
Expand Down Expand Up @@ -243,7 +243,7 @@ function getGcalSync(){
}

function getGcalSyncProduction(){
const version = "1.5.2" // version
const version = "1.6.0" // version
return UrlFetchApp.fetch(`https://cdn.jsdelivr.net/npm/gcal-sync@${version}`).getContentText()
}

Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG HISTORY

## [1.6.0](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.5.2...v1.6.0) (2023-03-13)


### ✨ feature:

* add a confirmation step in github sync ([#70](https://github.com/lucasvtiradentes/gcal-sync/issues/70)) ([8ccdfa4](https://github.com/lucasvtiradentes/gcal-sync/commit/8ccdfa4a548db337a42a2e07049bcba19253dd85))
* send error emails ([#72](https://github.com/lucasvtiradentes/gcal-sync/issues/72)) ([cce494a](https://github.com/lucasvtiradentes/gcal-sync/commit/cce494ad19ec70eaa38c84b10169e0cf35f914ba))

## [1.5.2](https://github.com/lucasvtiradentes/gcal-sync/compare/v1.5.1...v1.5.2) (2023-03-05)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gcal-sync",
"description": "🔄 a google apps script for syncing events between github to ticktick and finally both to google calendar.",
"version": "1.5.2",
"version": "1.6.0",
"license": "MIT",
"author": {
"name": "Lucas Vieira",
Expand Down Expand Up @@ -65,4 +65,4 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}
}

0 comments on commit 316efca

Please sign in to comment.