Skip to content

Commit

Permalink
major version bump
Browse files Browse the repository at this point in the history
+ the big commit
  • Loading branch information
michal-kapala committed Mar 23, 2024
1 parent f290532 commit f99d7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Provides language support capabilities for [Jitterbit VS Code extension](https:/
</tr>
<tr>
<th>Stable version</th>
<td>-</td>
<td>1.0.0</td>
</tr>
</table>

Expand Down Expand Up @@ -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.

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": "jitterbit-script",
"version": "0.2.2",
"version": "1.0.0",
"description": "Static typechecker and interpreter for Jitterbit Script",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit f99d7f8

Please sign in to comment.