Skip to content

Commit b6a74f2

Browse files
committed
publish v0.67.0
1 parent 98f8fe1 commit b6a74f2

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/bumpy-cougars-worry.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.67.0
4+
5+
### Minor Changes
6+
7+
- upgrade `fuz_util` and `gro` ([98f8fe1](https://github.com/fuzdev/fuz_gitops/commit/98f8fe1))
8+
39
## 0.66.1
410

511
### Patch Changes

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.66.1",
3+
"version": "0.67.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.66.1",
14+
"version": "0.67.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.66.1",
119+
"version": "0.67.0",
120120
"modules": [
121121
{
122122
"path": "changeset_generator.ts",

0 commit comments

Comments
 (0)