Skip to content

Commit 0736c1e

Browse files
committed
publish v0.66.0
1 parent c342a0a commit 0736c1e

5 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/rare-pumas-switch.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuzdev/fuz_gitops
22

3+
## 0.66.0
4+
5+
### Minor Changes
6+
7+
- refactor to use fs ops pattern more ([c342a0a](https://github.com/fuzdev/fuz_gitops/commit/c342a0a))
8+
39
## 0.65.2
410

511
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuzdev/fuz_gitops",
3-
"version": "0.65.2",
3+
"version": "0.66.0",
44
"description": "a tool for managing many repos",
55
"glyph": "🪄",
66
"logo": "logo.svg",

src/routes/library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"published": true,
1212
"package_json": {
1313
"name": "@fuzdev/fuz_gitops",
14-
"version": "0.65.2",
14+
"version": "0.66.0",
1515
"description": "a tool for managing many repos",
1616
"glyph": "🪄",
1717
"logo": "logo.svg",
@@ -116,7 +116,7 @@
116116
},
117117
"source_json": {
118118
"name": "@fuzdev/fuz_gitops",
119-
"version": "0.65.2",
119+
"version": "0.66.0",
120120
"modules": [
121121
{
122122
"path": "changeset_generator.ts",

0 commit comments

Comments
 (0)