Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Jan 11, 2024
1 parent e0e164c commit 451708b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.2.0](https://github.com/danvk/gravlax/compare/0.1.0...0.2.0) (2024-01-11)

### Features

- Implement Chapter 6, Parsing Expressions ([#8](https://github.com/danvk/gravlax/issues/8)) ([e0e164c](https://github.com/danvk/gravlax/commit/e0e164c141d396e2331bee5b7dd49a1b4e0baeac))

# 0.1.0 (2024-01-09)

### Bug Fixes
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.1.0",
"version": "0.2.0",
"description": "A Lox interpreter with tasty TypeScript seasoning",
"repository": {
"type": "git",
Expand Down

0 comments on commit 451708b

Please sign in to comment.