Skip to content

Commit

Permalink
docs(changelog): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 20, 2022
1 parent 4570b37 commit ee5c8b5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [0.3.1](https://github.com/c4spar/deno-dzx/compare/0.3.0...0.3.1) (Mar 20, 2022)

### Features

- **cli:** Add repl command (#20)
([5850a4d](https://github.com/c4spar/deno-dzx/commit/5850a4d))
- **cli:** add eval command (#23)
([f613be7](https://github.com/c4spar/deno-dzx/commit/f613be7))

### Bug Fixes

- **cli:** throw errors in repl (#24)
([b3b7bc6](https://github.com/c4spar/deno-dzx/commit/b3b7bc6))

### Code Refactoring

- **cli:** refactor runtime bootstrapping (#22)
([c86b667](https://github.com/c4spar/deno-dzx/commit/c86b667))

### Chore

- **upgrade:** deno/[email protected], [email protected] (#25)
([d97535e](https://github.com/c4spar/deno-dzx/commit/d97535e))

### Documentation Updates

- bump version to 0.3.1
([4570b37](https://github.com/c4spar/deno-dzx/commit/4570b37))
- update readme ([528228b](https://github.com/c4spar/deno-dzx/commit/528228b))

# [0.3.0](https://github.com/c4spar/deno-dzx/compare/0.2.4...0.3.0) (Nov 9, 2021)

### Features
Expand Down

0 comments on commit ee5c8b5

Please sign in to comment.