Skip to content

Commit c6c791a

Browse files
committed
Tagged 1.2.7
1 parent 1977796 commit c6c791a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/chilly-seahorses-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-root",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"private": true,
55
"description": "Workspace root for @codemod-utils",
66
"repository": {

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for @codemod-utils/cli
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- [#109](https://github.com/ijlee2/codemod-utils/pull/109) Updated CI workflow ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.1.4
410

511
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-utils/cli",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "CLI to create a codemod project",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)