Skip to content

Commit

Permalink
release(): 0.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.2](v0.4.1...v0.4.2) (2021-05-05)

### Bug Fixes

* **core:** [#34](#34) remove spec files from built plugin ([f075046](f075046))
* **core:** [#35](#35) dry run is not passed to dotnet new ([8e0b398](8e0b398))
  • Loading branch information
semantic-release-bot committed May 5, 2021
1 parent 8e0b398 commit f8dc038
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.4.2](https://github.com/nx-dotnet/nx-dotnet/compare/v0.4.1...v0.4.2) (2021-05-05)


### Bug Fixes

* **core:** [#34](https://github.com/nx-dotnet/nx-dotnet/issues/34) remove spec files from built plugin ([f075046](https://github.com/nx-dotnet/nx-dotnet/commit/f07504625a62ea79afb48b5d3c390ace8202e2ea))
* **core:** [#35](https://github.com/nx-dotnet/nx-dotnet/issues/35) dry run is not passed to dotnet new ([8e0b398](https://github.com/nx-dotnet/nx-dotnet/commit/8e0b3986ad4f5f780bd28f0f69ef5502bb75e2d7))

## [0.4.1](https://github.com/nx-dotnet/nx-dotnet/compare/v0.4.0...v0.4.1) (2021-05-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"type": "git",
"url": "https://github.com/nx-dotnet/nx-dotnet.git"
},
"version": "0.4.1"
"version": "0.4.2"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
"Nx",
".NET",
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "src/index.js",
"dependencies": {},
"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
".NET",
"dotnet"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"generators": "./generators.json",
"executors": "./executors.json",
"license": "MIT",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
"Nx",
".NET",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"private": false,
"dependencies": {},
"license": "MIT",
"version": "0.4.1"
"version": "0.4.2"
}

0 comments on commit f8dc038

Please sign in to comment.