Skip to content

Commit af78edc

Browse files
committed
v17.1.1
Signed-off-by: Daniel Lo Nigro <[email protected]>
1 parent c6b3fcd commit af78edc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
<!-- Add new changes here -->
99

10+
## [17.1.1] 2024-10-31
11+
12+
### Fixed
13+
- Republished with `temp` dependency properly removed (#638, thanks @trivikr for reporting)
14+
1015
## [17.1.0] 2024-10-30
1116

1217
### Added

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jscodeshift",
3-
"version": "17.1.0",
3+
"version": "17.1.1",
44
"description": "A toolkit for JavaScript codemods",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,8 @@
99
"bugs": "https://github.com/facebook/jscodeshift/issues",
1010
"main": "index.js",
1111
"scripts": {
12-
"prepare": "cp -R src/ dist/",
12+
"clean": "rm -rf dist/",
13+
"prepare": "yarn clean && cp -R src/ dist/",
1314
"test": "jest --bail"
1415
},
1516
"bin": {

0 commit comments

Comments
 (0)