Bump to 0.3.4

This commit is contained in:
Matthew Griffith 2022-02-13 09:52:23 -05:00
parent d69e0803c3
commit 53d21c1550
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Upcoming
# 0.3.4
- Fix "phantom comments" issue. The sourceFile's comments were intermingling
with optimized-record output causing runtime exceptions in some cases. It's

View File

@ -1,7 +1,7 @@
{
"name": "elm-optimize-level-2",
"description": "A second level of optimization for the Javascript that the Elm Compiler produces.",
"version": "0.2.3",
"version": "0.3.4",
"license": "BSD-3-Clause",
"main": "dist/index.js",
"typings": "dist/index.d.ts",