Skip to content

Commit fde4c34

Browse files
chore(main): release jintr 3.3.0 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 16bf448 commit fde4c34

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.1"
2+
".": "3.3.0"
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.0](https://github.com/LuanRT/Jinter/compare/jintr-v3.2.1...jintr-v3.3.0) (2025-03-24)
4+
5+
6+
### Features
7+
8+
* Allow custom options in `parseScript` method ([16bf448](https://github.com/LuanRT/Jinter/commit/16bf448c92555de66317c42d511969eab3b3da33))
9+
310
## [3.2.1](https://github.com/LuanRT/Jinter/compare/jintr-v3.2.0...jintr-v3.2.1) (2025-02-21)
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.1",
3+
"version": "3.3.0",
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.1",
3+
"version": "3.3.0",
44
"description": "A tiny JavaScript interpreter written in TypeScript.",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)