From 95c7901ca25f1943a992fd4bcd0ed8d4c7b8cc06 Mon Sep 17 00:00:00 2001 From: Charlie Palm Date: Fri, 6 Sep 2024 12:47:38 -0500 Subject: [PATCH] update version to 2.02 --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa6e585..184a93a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index fbe1df7..1e1734d 100644 --- a/package.json +++ b/package.json @@ -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"