Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#22)
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 Oct 28, 2024
1 parent 94b6bb0 commit 0a47ea4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* Stop using global augmentation and add `LICENSE` file ([94b6bb0](https://github.com/LuanRT/Jinter/commit/94b6bb0a67a183a994bb5b9134f90e4eb18e6d35))

## [3.0.0](https://github.com/LuanRT/Jinter/compare/v2.1.1...v3.0.0) (2024-10-28)


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

0 comments on commit 0a47ea4

Please sign in to comment.