We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3a564 commit 978df09Copy full SHA for 978df09
acorn-walk/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 7.1.0 (2020-02-11)
2
+
3
+### New features
4
5
+Add a TypeScript definition file for the library.
6
7
## 7.0.0 (2017-08-12)
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.0.0",
+ "version": "7.1.0",
"engines": {"node": ">=0.4.0"},
10
"maintainers": [
11
{
0 commit comments