Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Dec 12, 2024
2 parents eda0044 + 985c6af commit 5185b5e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.2"
".": "3.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/LuanRT/Jinter/compare/jintr-v3.0.2...jintr-v3.1.0) (2024-12-05)


### Features

* **nodes:** Add `EmptyStatement` ([c5d3f9d](https://github.com/LuanRT/Jinter/commit/c5d3f9d661d2486a96aa345cca85dc23104d73b3))

## [3.0.2](https://github.com/LuanRT/Jinter/compare/jintr-v3.0.1...jintr-v3.0.2) (2024-10-28)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luanrt/jintr",
"version": "3.0.2",
"version": "3.1.0",
"exports": "./src/index.ts",
"imports": {
"estree": "npm:@types/estree@^1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jintr",
"version": "3.0.2",
"version": "3.1.0",
"description": "A tiny JavaScript interpreter written in TypeScript.",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 5185b5e

Please sign in to comment.