diff --git a/CHANGELOG.md b/CHANGELOG.md index 139597f..294b467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +* Updating types field in package.json (28bca5e) +* Updating yarn script (50bbc6a) + diff --git a/package.json b/package.json index eb88523..3284c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qunit-fixtures", - "version": "0.0.2", + "version": "0.0.3", "description": "Store test fixtures in files and assert on them.", "repository": "https://github.com/scalvert/qunit-fixtures", "license": "MIT",