We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4ed27 commit 0d046aaCopy full SHA for 0d046aa
2 files changed
acorn-loose/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 8.5.0 (2025-04-17)
2
+
3
+### New features
4
5
+Support ES2025 import attributes.
6
7
## 8.4.0 (2023-10-26)
8
9
### Bug fixes
acorn-loose/package.json
@@ -16,12 +16,12 @@
16
],
17
"./package.json": "./package.json"
18
},
19
- "version": "8.4.0",
+ "version": "8.5.0",
20
"engines": {
21
"node": ">=0.4.0"
22
23
"dependencies": {
24
- "acorn": "^8.11.0"
+ "acorn": "^8.14.0"
25
26
"maintainers": [
27
{
0 commit comments