Skip to content

Commit

Permalink
v0.16.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 Jun 25, 2024
1 parent 89211fa commit ef16b0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 -->

## [0.16.1] 2024-06-25

### Fixed
- Removed old `babel-core` dependency that was unused but caused security scanners to flag vulnerabilities.

## [0.16.0] 2024-06-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jscodeshift",
"version": "0.16.0",
"version": "0.16.1",
"description": "A toolkit for JavaScript codemods",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef16b0a

Please sign in to comment.