Skip to content

Commit 5185b5e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents eda0044 + 985c6af commit 5185b5e

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.0.2"
2+
".": "3.1.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.1.0](https://github.com/LuanRT/Jinter/compare/jintr-v3.0.2...jintr-v3.1.0) (2024-12-05)
4+
5+
6+
### Features
7+
8+
* **nodes:** Add `EmptyStatement` ([c5d3f9d](https://github.com/LuanRT/Jinter/commit/c5d3f9d661d2486a96aa345cca85dc23104d73b3))
9+
310
## [3.0.2](https://github.com/LuanRT/Jinter/compare/jintr-v3.0.1...jintr-v3.0.2) (2024-10-28)
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.0.2",
3+
"version": "3.1.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.0.2",
3+
"version": "3.1.0",
44
"description": "A tiny JavaScript interpreter written in TypeScript.",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)