diff --git a/HISTORY.md b/HISTORY.md index e3f67040ae..3549ac182c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,12 @@ # History +# not yet published, version 6.6.2 + +- Run the build script during npm `prepare`, so you can use the library + directly when installing directly from git. Thanks @cinderblock. + + # 2020-02-26, version 6.6.1 - Fix #1725: simplify `a/(b/c)`. Thanks @dbramwell. diff --git a/package.json b/package.json index 1353a9c99b..a16bbccc91 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "Benjamin Lucas (https://github.com/bnlcas)", "Brett Jurgens (https://github.com/brettjurgens)", "Bryan Cuccioli (https://github.com/bcuccioli)", + "Cameron Tacklind (https://github.com/cinderblock)", "Chris Chudzicki (https://github.com/ChristopherChudzicki)", "Chris Hadgis (https://github.com/SzechuanSage)", "Clinton Curry (https://github.com/clintonc)",