Skip to content

Commit

Permalink
chore(main): release jintr 3.2.0 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
1 parent 5185b5e commit ec6269b
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.1.0"
".": "3.2.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.2.0](https://github.com/LuanRT/Jinter/compare/jintr-v3.1.0...jintr-v3.2.0) (2024-12-12)


### Features

* better error messages ([eda0044](https://github.com/LuanRT/Jinter/commit/eda0044df4e246b31574671314a91fb5d35f18e4))

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


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.1.0",
"version": "3.2.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.1.0",
"version": "3.2.0",
"description": "A tiny JavaScript interpreter written in TypeScript.",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ec6269b

Please sign in to comment.