Skip to content

Commit 2fad352

Browse files
chore(main): release jintr 3.3.1 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eabdc37 commit 2fad352

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.0"
2+
".": "3.3.1"
33
}

CHANGELOG.md

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

3+
## [3.3.1](https://github.com/LuanRT/Jinter/compare/jintr-v3.3.0...jintr-v3.3.1) (2025-04-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **CallExpression:** Properly parse computed properties in call expressions ([4d6c8d1](https://github.com/LuanRT/Jinter/commit/4d6c8d14923ba633cb83b552579dd8eabe631af1))
9+
310
## [3.3.0](https://github.com/LuanRT/Jinter/compare/jintr-v3.2.1...jintr-v3.3.0) (2025-03-24)
411

512

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luanrt/jintr",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"exports": "./src/index.ts",
55
"imports": {
66
"estree": "npm:@types/estree@^1.0.6",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jintr",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "A tiny JavaScript interpreter written in TypeScript.",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)