aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/utils/.npmignore3
-rw-r--r--packages/utils/CHANGELOG.md4
2 files changed, 7 insertions, 0 deletions
diff --git a/packages/utils/.npmignore b/packages/utils/.npmignore
new file mode 100644
index 000000000..1c03f00bb
--- /dev/null
+++ b/packages/utils/.npmignore
@@ -0,0 +1,3 @@
+/scripts/
+/src/
+tsconfig.json
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index b94e2ccee..acf1c701c 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+## v0.3.1 - _February 9, 2018_
+
+ * Fix publishing issue where .npmignore was not properly excluding undesired content
+
## v0.3.0 - _February 5, 2018_
* Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366)