From dbb56dec86c5249a429b7f248c0f4db3cdb35eae Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Tue, 4 Oct 2022 12:28:32 -0700 Subject: [PATCH] 0.14.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4e8119..a1278eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.14.0] 2022-10-04 + +### Added +- Added a `defineSnapshotTestFromFixture` test util (#471, @shriuken) +- Added `renameTo` filters for Babel 6+ node types (#412 and #504, @elonvolo and @henryqdineen) +- Added `childNodesOfType` to JSX traversal methods (#415, @j13huang) + + +### Changed +- Bumped dependency versions +- Allow arguments in `--help` to be listed in an order other than alphabetically, so they can instead be grouped thematically (#507, @elonvolo) +- Allow the `j` shortcut in test utils (#515, @no23reason) + + + ## [0.13.1] 2022-01-10 ### Changed diff --git a/package.json b/package.json index 39a3437a..ff513494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jscodeshift", - "version": "0.13.1", + "version": "0.14.0", "description": "A toolkit for JavaScript codemods", "repository": { "type": "git",