File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
<!-- Add new changes here -->
9
9
10
+ ## [ 17.1.1] 2024-10-31
11
+
12
+ ### Fixed
13
+ - Republished with ` temp ` dependency properly removed (#638 , thanks @trivikr for reporting)
14
+
10
15
## [ 17.1.0] 2024-10-30
11
16
12
17
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jscodeshift" ,
3
- "version" : " 17.1.0 " ,
3
+ "version" : " 17.1.1 " ,
4
4
"description" : " A toolkit for JavaScript codemods" ,
5
5
"repository" : {
6
6
"type" : " git" ,
9
9
"bugs" : " https://github.com/facebook/jscodeshift/issues" ,
10
10
"main" : " index.js" ,
11
11
"scripts" : {
12
- "prepare" : " cp -R src/ dist/" ,
12
+ "clean" : " rm -rf dist/" ,
13
+ "prepare" : " yarn clean && cp -R src/ dist/" ,
13
14
"test" : " jest --bail"
14
15
},
15
16
"bin" : {
You can’t perform that action at this time.
0 commit comments