Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 27, 2022
1 parent c178ad5 commit 68f526a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.7.3

Bug fixes:

* Instrument: Catch clause `param` is optional

Performance:

* Instrument: Use `switch` + function calls consistent args

Refactor

* Simplify handling scope vars
* Simplify code adding implicit `this` to functions with `super`
* Shorten code
* Avoid negative var name
* Rename variable

Dev:

* Update dev dependencies

## 0.7.2

Bug fixes:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livepack",
"version": "0.7.2",
"version": "0.7.3",
"description": "Serialize live running code to Javascript",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 68f526a

Please sign in to comment.