Releases: Souvikns/Notion-Board
Releases ยท Souvikns/Notion-Board
v2.2.0 ๐ฆ๐
v2.1.0 ๐ฆ๐
What's Changed
- chore: cleaning up the codebase by @Souvikns in #47
- feat: support for database sync by @Souvikns in #53
Full Changelog: 2.0.2...2.1.0
v2.0.2 ๐ฆ๐
Fixed doc issue: Added workflow_dispatch
in the example.
v2.0.1 ๐ฆ๐
feat: update
v2.0.0 ๐ฆ๐
Support for automatic setup of database properties.
๐ฆ๐ Minor Bug Fixes
fix: check body to be undefined (#31) In case body is undefined, replace with empty text Co-authored-by: Sebastian Holmqvist <[email protected]>
๐ฆ๐ Bug Fixes
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 <[email protected]>
๐ฆ๐ Documentation Update
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 <[email protected]>
๐ First Release
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.