Skip to content

Commit

Permalink
0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 22, 2024
1 parent e96bb73 commit bdb4f27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.6.15

PINNED: traverse@0.6.9

### Patch Changes

Pin `engines` field to `>= 10`

## 0.6.14

PINNED: traverse@0.6.9
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neotraverse",
"version": "0.6.14",
"version": "0.6.15",
"description": "traverse and transform objects by visiting every node on a recursive walk",
"main": "dist/legacy/legacy.cjs",
"type": "module",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"license": "MIT",
"engines": {
"node": ">= 18"
"node": ">= 10"
},
"devDependencies": {
"@swc/core": "^1.6.13",
Expand Down

0 comments on commit bdb4f27

Please sign in to comment.