Skip to content

Commit

Permalink
ci: version bump to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Version Bump committed Aug 30, 2022
1 parent 5488789 commit a2cc3fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3243,11 +3243,8 @@ const generateUpdateProps = (
}

if (propertyType === SUPPORTED_PROPERTY_TYPES.URL) {
const url = pageDetails.properties[propertyName].url;
url.push({ name: newValue });

return {
url: url,
url: newValue,
};
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notion-update-page",
"description": "Updating Notion page on merge of pull request",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=offline node index.js",
Expand Down

0 comments on commit a2cc3fc

Please sign in to comment.