Skip to content

Commit

Permalink
chore: package: v1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 12, 2023
1 parent 9368a83 commit 803bc8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023.07.12, v1.12.2

fix:
- 9368a83 print ExportSpecifier.exportKind

2023.02.12, v1.12.1

fix:
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Ben Newman <[email protected]>",
"name": "@putout/recast",
"version": "1.12.1",
"version": "1.12.2",
"description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
"keywords": [
"ast",
Expand Down Expand Up @@ -50,7 +50,7 @@
"tslib": "^2.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.19.0",
"@babel/preset-env": "7.22.6",
"@types/babel__template": "^7.4.1",
"@types/babel__traverse": "^7.18.1",
"@types/esprima": "^4.0.3",
Expand All @@ -59,7 +59,6 @@
"@typescript-eslint/parser": "^5.8.0",
"@babel/core": "7.22.6",
"@babel/parser": "7.22.6",
"@babel/preset-env": "7.22.6",
"@types/mocha": "10.0.1",
"eslint": "^8.40.0",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
Expand Down

0 comments on commit 803bc8c

Please sign in to comment.