From 91903cf4a210bd5bcbf4aefc3ba6f086b0a8a04e Mon Sep 17 00:00:00 2001 From: danvk Date: Fri, 2 Feb 2024 22:54:54 +0000 Subject: [PATCH] chore: release v0.12.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d280a..496c5ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d76a54f..a129531 100644 --- a/package.json +++ b/package.json @@ -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",