We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9372c1 commit 97801f0Copy full SHA for 97801f0
acorn-walk/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 7.1.1 (2020-02-13)
2
+
3
+### Bug fixes
4
5
+Clean up the type definitions to actually work well with the main parser.
6
7
## 7.1.0 (2020-02-11)
8
9
### New features
acorn-walk/package.json
@@ -5,7 +5,7 @@
"main": "dist/walk.js",
"types": "dist/walk.d.ts",
"module": "dist/walk.mjs",
- "version": "7.1.0",
+ "version": "7.1.1",
"engines": {"node": ">=0.4.0"},
10
"maintainers": [
11
{
0 commit comments