Skip to content

Commit a41e970

Browse files
committed
chore(main): release dev-infras 1.0.0
1 parent b1f94a3 commit a41e970

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-11-22)
4+
5+
6+
### Features
7+
8+
* **nx-devkit:** initialize docker and project utils ([b1f94a3](https://github.com/ebizbase/dev-infras/commit/b1f94a3fd802401b4cfae53fc546820b29436384))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
"npx prettier --write"
5959
]
6060
},
61-
"dependencies": {}
61+
"dependencies": {},
62+
"version": "1.0.0"
6263
}

release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.0.0",
2+
".": "1.0.0",
33
"packages/nx-devkit": "0.0.0"
44
}

0 commit comments

Comments
 (0)