diff --git a/changelog.md b/changelog.md index c402499d..d7017c3c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,29 @@ # Changelog +## 0.3.3 + +Bug fixes: + +* Code splitting handle cyclic dependencies +* Functions returned by `splitAsync` are anonymous + +Improvements: + +* Ensure unique filenames not unique hashes + +Performance: + +* Avoid property lookup +* Pre-calculate temp filenames + +Refactor: + +* Init `output.filename` property + +Tests: + +* `itSerializes` takes entry chunk options [refactor] + ## 0.3.2 Features: diff --git a/package-lock.json b/package-lock.json index 51cd3580..cbdaeb5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "livepack", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbb3e396..eaf5b9bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "livepack", - "version": "0.3.2", + "version": "0.3.3", "description": "Serialize live running code to Javascript", "main": "index.js", "exports": {