From f99d7f86e98a4951f730b8e6e69a49dd547bbf14 Mon Sep 17 00:00:00 2001 From: michal-kapala Date: Sat, 23 Mar 2024 20:10:04 +0100 Subject: [PATCH] major version bump + the big commit --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0951c93..03ab122 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Provides language support capabilities for [Jitterbit VS Code extension](https:/ Stable version - - + 1.0.0 @@ -65,7 +65,7 @@ Please note this is **not** official Jitterbit tooling. It **does** differ in be The static analysis system was redesigned to provide static typing and improve problem reporting for better DX and high quality code development. -Currently runtime APIs support is limited. See [README](https://github.com/michal-kapala/jitterbit-script/tree/main/src/api#readme) for details on runtime API support. +Currently the support for runtime APIs is limited. See [README](https://github.com/michal-kapala/jitterbit-script/tree/main/src/api#readme) for details on runtime API support. The runtime implementation's behaviour is based on the cloud agent and editor versions below. diff --git a/package.json b/package.json index ae14128..222c2b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jitterbit-script", - "version": "0.2.2", + "version": "1.0.0", "description": "Static typechecker and interpreter for Jitterbit Script", "main": "build/index.js", "scripts": {