diff --git a/CHANGELOG.md b/CHANGELOG.md index 8386e12..bd807f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.12.3](https://github.com/danvk/gravlax/compare/0.12.2...0.12.3) (2024-02-04) + +### Bug Fixes + +- REPL should not crash on runtime errors ([#47](https://github.com/danvk/gravlax/issues/47)) ([43dd522](https://github.com/danvk/gravlax/commit/43dd5225c02195a3d09c0f6e797a08fe5d37646f)), closes [#45](https://github.com/danvk/gravlax/issues/45) + ## [0.12.2](https://github.com/danvk/gravlax/compare/0.12.1...0.12.2) (2024-02-03) ### Bug Fixes diff --git a/package.json b/package.json index 7318114..672c017 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gravlax", - "version": "0.12.2", + "version": "0.12.3", "description": "A Lox interpreter with tasty TypeScript seasoning", "repository": { "type": "git",