From 23a45ced2df019b64ea8b6358157c0d919ea084c Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Tue, 20 Aug 2024 13:10:50 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/pf-codemods@2.1.0 --- packages/pf-codemods/CHANGELOG.md | 11 +++++++++++ packages/pf-codemods/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/pf-codemods/CHANGELOG.md b/packages/pf-codemods/CHANGELOG.md index 76c3403a..10afbecb 100644 --- a/packages/pf-codemods/CHANGELOG.md +++ b/packages/pf-codemods/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.58...@patternfly/pf-codemods@2.1.0) (2024-08-20) + + +### Features + +* **README:** update to include all flags ([#742](https://github.com/patternfly/pf-codemods/issues/742)) ([c362262](https://github.com/patternfly/pf-codemods/commit/c36226241f87ee34605bfaab4dfc664e0a1b5352)) + + + + + ## [2.0.58](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.57...@patternfly/pf-codemods@2.0.58) (2024-08-14) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index 66b43458..e45428ec 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.0.58", + "version": "2.1.0", "description": "Codemods for v4 breaking change release 2020.07", "author": "Red Hat", "license": "MIT",