Skip to content

Commit

Permalink
chore: release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Feb 2, 2024
1 parent 7c8883a commit 91903cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.12.0](https://github.com/danvk/gravlax/compare/0.11.0...0.12.0) (2024-02-02)

### Features

- Implement Chapter 13, Inheritance ([#39](https://github.com/danvk/gravlax/issues/39)) ([7c8883a](https://github.com/danvk/gravlax/commit/7c8883aa72338b8175c3e83d1c6ad645783b9a63)), closes [#26](https://github.com/danvk/gravlax/issues/26)

### Performance Improvements

- Add benchmark and speedup ([#37](https://github.com/danvk/gravlax/issues/37)) ([a9b73bd](https://github.com/danvk/gravlax/commit/a9b73bd4163c499fe10c1184817c1121689c4436)), closes [#36](https://github.com/danvk/gravlax/issues/36)

# [0.11.0](https://github.com/danvk/gravlax/compare/0.10.0...0.11.0) (2024-01-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gravlax",
"version": "0.11.0",
"version": "0.12.0",
"description": "A Lox interpreter with tasty TypeScript seasoning",
"repository": {
"type": "git",
Expand Down

0 comments on commit 91903cf

Please sign in to comment.