Skip to content

Commit

Permalink
chore(main): release dev-infras 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz committed Nov 22, 2024
1 parent b1f94a3 commit a41e970
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-11-22)


### Features

* **nx-devkit:** initialize docker and project utils ([b1f94a3](https://github.com/ebizbase/dev-infras/commit/b1f94a3fd802401b4cfae53fc546820b29436384))
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"npx prettier --write"
]
},
"dependencies": {}
"dependencies": {},
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.0.0",
".": "1.0.0",
"packages/nx-devkit": "0.0.0"
}

0 comments on commit a41e970

Please sign in to comment.