Skip to content

Commit

Permalink
chore(): release version [skip ci]
Browse files Browse the repository at this point in the history
- project: create-nx-cmake 0.6.1

- project: nx-cmake 0.6.1
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent e85974b commit 15b968b
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 42 deletions.
12 changes: 12 additions & 0 deletions plugins/create-nx-cmake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.6.1 (2024-03-17)


### 🩹 Fixes

- **verdaccio:** e2e pipeline, nx-cmake still needs fixing ([13e0d6b](https://github.com/clemenscodes/nx-plugins/commit/13e0d6b))


### ❤️ Thank You

- Clemens Horn

## 0.6.0 (2024-03-10)


Expand Down
2 changes: 1 addition & 1 deletion plugins/create-nx-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nx-cmake",
"version": "0.6.0",
"version": "0.6.1",
"bin": {
"create-nx-cmake": "./bin/index.js"
},
Expand Down
14 changes: 14 additions & 0 deletions plugins/nx-cmake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.6.1 (2024-03-17)


### 🩹 Fixes

- **verdaccio:** e2e pipeline, nx-cmake still needs fixing ([13e0d6b](https://github.com/clemenscodes/nx-plugins/commit/13e0d6b))

- **create-nx-cmake,nx-cmake:** remove deprecated setting from .clang-tidy ([4fcd287](https://github.com/clemenscodes/nx-plugins/commit/4fcd287))


### ❤️ Thank You

- Clemens Horn

## 0.6.0 (2024-03-10)


Expand Down
2 changes: 1 addition & 1 deletion plugins/nx-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nx-cmake",
"description": "An Nx plugin to add CMake, C and C++ support for Nx workspaces",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand Down
56 changes: 16 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15b968b

Please sign in to comment.