Skip to content

Commit

Permalink
v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Oct 23, 2022
1 parent c11a222 commit 073eb2a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 0.7.4

Minor:

* Drop support for Node v17
* Drop support for Node v12

Dependencies:

* Update `convert-source-map` dependency
* Update dependencies

No code:

* Fix code comment typo

Dev:

* CI run tests on Node v18 + v19
* Update dev dependencies

Docs:

* Clarify lazy loading example
* Fix typo in README
* Fix changelog formatting

## 0.7.3

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.3",
"version": "0.7.4",
"description": "Serialize live running code to Javascript",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 073eb2a

Please sign in to comment.