aboutsummaryrefslogtreecommitdiff
path: root/node_modules/acorn-dynamic-import/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/acorn-dynamic-import/CHANGELOG.md')
-rw-r--r--node_modules/acorn-dynamic-import/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/acorn-dynamic-import/CHANGELOG.md b/node_modules/acorn-dynamic-import/CHANGELOG.md
index 52a4e2630..8a7e86a41 100644
--- a/node_modules/acorn-dynamic-import/CHANGELOG.md
+++ b/node_modules/acorn-dynamic-import/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 3.0.0
+
+- Adding acorn walk support.
+- Bump acorn version.
+
# 2.0.2
- Fixing parsing of `yield import()`.