Skip to content

Commit e9177a5

Browse files
[ci] release (#113)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 794b12e commit e9177a5

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/late-hats-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/web/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# web
22

3+
## 0.1.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [794b12e]
8+
- @3loop/transaction-interpreter@0.8.0
9+
310
## 0.1.25
411

512
### Patch Changes

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/transaction-interpreter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @3loop/transaction-interpreter
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 794b12e: Add interpreter that uses eval. Can be used if the code which is run is known safe ahead. Using this interpreter mode will be faster and use less memory, at the cost of requiring that the code is safe. Example of safe code is one that is stored directly in the code and not loaded from a remote environment.
8+
39
## 0.7.1
410

511
### Patch Changes

packages/transaction-interpreter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@3loop/transaction-interpreter",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "",
55
"license": "GPL-3.0-only",
66
"type": "module",

0 commit comments

Comments
 (0)