Skip to content

Commit 78c15d1

Browse files
chore(main): release jintr 3.2.1 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d25057 commit 78c15d1

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.2.0"
2+
".": "3.2.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.2.1](https://github.com/LuanRT/Jinter/compare/jintr-v3.2.0...jintr-v3.2.1) (2025-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **statements:** Use prefixed strings to avoid internal conflicts ([#29](https://github.com/LuanRT/Jinter/issues/29)) ([dfeed9b](https://github.com/LuanRT/Jinter/commit/dfeed9b7776bc8ddacc919c8f3c6cee80cd99392))
9+
310
## [3.2.0](https://github.com/LuanRT/Jinter/compare/jintr-v3.1.0...jintr-v3.2.0) (2024-12-12)
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.2.0",
3+
"version": "3.2.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.2.0",
3+
"version": "3.2.1",
44
"description": "A tiny JavaScript interpreter written in TypeScript.",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)