Skip to content

Commit

Permalink
chore(release): 🚀 release 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](create-nx-ktor/v2.0.0...create-nx-ktor/v2.0.1) (2023-10-28)

### Bug Fixes

* **common-cli:** loosen dependencies on `@nx/devkit` and `create-nx-workspace` ([18b1175](18b1175))
* **common:** simplify the path to common utils ([c87be7f](c87be7f))
* **nx-ktor:** update the URL to generate Ktor projects ([3774c8a](3774c8a))
* remove explicit dependency on `@nx/devkit` (inherited from `common`) ([a1d44c9](a1d44c9))
  • Loading branch information
semantic-release-bot committed Oct 28, 2023
1 parent e817e32 commit f8f64c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/create-nx-ktor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.1](https://github.com/tinesoft/nxrocks/compare/create-nx-ktor/v2.0.0...create-nx-ktor/v2.0.1) (2023-10-28)


### Bug Fixes

* **common-cli:** loosen dependencies on `@nx/devkit` and `create-nx-workspace` ([18b1175](https://github.com/tinesoft/nxrocks/commit/18b1175a15f52839aa0700dfbb9fa9ae309f109e))
* **common:** simplify the path to common utils ([c87be7f](https://github.com/tinesoft/nxrocks/commit/c87be7f883053cd31cd3015712b6929ddea4fdc7))
* **nx-ktor:** update the URL to generate Ktor projects ([3774c8a](https://github.com/tinesoft/nxrocks/commit/3774c8ae249ad8bc24c3fd9fe12f53e260eb847e))
* remove explicit dependency on `@nx/devkit` (inherited from `common`) ([a1d44c9](https://github.com/tinesoft/nxrocks/commit/a1d44c9eed3cf73216aaf70c9f47c9eef0753215))

# [2.0.0](https://github.com/tinesoft/nxrocks/compare/create-nx-ktor/v1.0.0...create-nx-ktor/v2.0.0) (2023-10-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-ktor",
"description": "CLI to create Nx workspaces with built-in support for Ktor",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand Down

0 comments on commit f8f64c3

Please sign in to comment.