Skip to content

Commit

Permalink
update version to 2.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Palm committed Sep 6, 2024
1 parent 67b08d0 commit 95c7901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ Which will lead to the same result, just with ternaries instead of the notion if

Above all, this isn't a full complier and shouldn't be treated as such, as the capabilities of Notion formulas are fairly limited. It would be wonderful if the API allowed loops over rollups or dynamic variable definition, it's just not currently possible, and thus I don't see any use cases for things like loops or non-constant variables.

# New in v2.0.1

## New in v2.0.2
Francis is now npm ready! Happy formulating!

## FAQ
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-formula-generator",
"version": "2.0.1",
"version": "2.0.2",
"description": "Generate Notion formulas with typescript code",
"dependencies": {
"ts-node": "^10.9.1"
Expand Down

0 comments on commit 95c7901

Please sign in to comment.