Skip to content

Commit 728461e

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2023-04-12) ### Bug Fixes * hide second step, when no token retrieved ([8fb6d9b](8fb6d9b)) * **settings:** use new token on settings change ([03d70d4](03d70d4)) ### Features * **auth:** request access token outside logseq ([3cebae7](3cebae7)), closes [#2](#2) [#1](#1) ### Reverts * Revert "fix(api): should close #1" ([f7f40f0](f7f40f0)), closes [#1](#1)
1 parent 8fb6d9b commit 728461e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.1.0](https://github.com/mxschll/logseq-ticktick-plugin/compare/v1.0.1...v1.1.0) (2023-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* hide second step, when no token retrieved ([8fb6d9b](https://github.com/mxschll/logseq-ticktick-plugin/commit/8fb6d9b1332bb9cd5a54136617fdd917c1d0e970))
7+
* **settings:** use new token on settings change ([03d70d4](https://github.com/mxschll/logseq-ticktick-plugin/commit/03d70d451ad79ed2c96aa490c766c9266fc4e2d8))
8+
9+
10+
### Features
11+
12+
* **auth:** request access token outside logseq ([3cebae7](https://github.com/mxschll/logseq-ticktick-plugin/commit/3cebae7a2d22848bdcd6d21e31d68263fa64ad14)), closes [#2](https://github.com/mxschll/logseq-ticktick-plugin/issues/2) [#1](https://github.com/mxschll/logseq-ticktick-plugin/issues/1)
13+
14+
15+
### Reverts
16+
17+
* Revert "fix(api): should close #1" ([f7f40f0](https://github.com/mxschll/logseq-ticktick-plugin/commit/f7f40f09a4083b9c458e7b55f0437a92538984f0)), closes [#1](https://github.com/mxschll/logseq-ticktick-plugin/issues/1)
18+
119
## [1.0.1](https://github.com/mxschll/logseq-ticktick-plugin/compare/v1.0.0...v1.0.1) (2023-04-11)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-ticktick-plugin",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "TickTick plugin for Logseq.",
55
"main": "dist/index.html",
66
"scripts": {

0 commit comments

Comments
 (0)