Skip to content

Releases: Souvikns/Notion-Board

v2.2.0 ๐Ÿ“ฆ๐Ÿš€

27 Mar 16:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

v2.1.0 ๐Ÿ“ฆ๐Ÿš€

23 Mar 10:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.1.0

v2.0.2 ๐Ÿ“ฆ๐Ÿš€

21 Sep 19:49
6994572
Compare
Choose a tag to compare

Fixed doc issue: Added workflow_dispatch in the example.

v2.0.1 ๐Ÿ“ฆ๐Ÿš€

19 Sep 08:41
Compare
Choose a tag to compare

v2.0.0 ๐Ÿ“ฆ๐Ÿš€

18 Sep 15:25
Compare
Choose a tag to compare

Support for automatic setup of database properties.

๐Ÿ“ฆ๐Ÿš€ Minor Bug Fixes

16 Sep 12:08
0679843
Compare
Choose a tag to compare
fix: check body to be undefined (#31)

In case body is undefined, replace with empty text

Co-authored-by: Sebastian Holmqvist <csholmq@users.noreply.github.com>

๐Ÿ“ฆ๐Ÿš€ Bug Fixes

16 Sep 10:04
1833d36
Compare
Choose a tag to compare
chore/build repo (#30)

* chore: build latest source

Seems to be an issue with the current state of the checked in files

* chore: run npm run package

If npm run build wasn't sufficient, here's also with npm run package.

Co-authored-by: Sebastian Holmqvist <csholmq@users.noreply.github.com>

๐Ÿ“ฆ๐Ÿš€ Documentation Update

15 Sep 20:03
090f4be
Compare
Choose a tag to compare
chore: add details to the readme (#23)

* chore: add details to the readme

Clarify the steps required in order to set this up.

* fix(readme): remove `v` prefix from release

As the release is named `1.0.0` the example in the readme will fail to fetch `v1.0.0`.

Co-authored-by: Sebastian Holmqvist <csholmq@users.noreply.github.com>

๐Ÿš€ First Release

19 Jun 11:06
Compare
Choose a tag to compare

First Release

This is the initial release of Notion Board. It comes with initial features like

  • Creates new page in notion when a new issue is opened
  • Updates the labels of the issue when labels are updated in an existing issue.
  • Changes the state property when the issue is closed or reopened in GitHub.