Skip to content

Commit

Permalink
v17.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lo Nigro <danlo@meta.com>
  • Loading branch information
Daniel15 committed Nov 1, 2024
1 parent c6b3fcd commit af78edc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
<!-- Add new changes here -->

## [17.1.1] 2024-10-31

### Fixed
- Republished with `temp` dependency properly removed (#638, thanks @trivikr for reporting)

## [17.1.0] 2024-10-30

### Added
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscodeshift",
"version": "17.1.0",
"version": "17.1.1",
"description": "A toolkit for JavaScript codemods",
"repository": {
"type": "git",
Expand All @@ -9,7 +9,8 @@
"bugs": "https://github.com/facebook/jscodeshift/issues",
"main": "index.js",
"scripts": {
"prepare": "cp -R src/ dist/",
"clean": "rm -rf dist/",
"prepare": "yarn clean && cp -R src/ dist/",
"test": "jest --bail"
},
"bin": {
Expand Down

0 comments on commit af78edc

Please sign in to comment.