@monodeploy/io
Advanced tools
Comparing version 0.3.0 to 3.0.0-rc.1
@@ -5,2 +5,18 @@ # Changelog | ||
## [0.3.0](https://github.com/tophat/monodeploy/compare/@monodeploy/io@0.2.23...@monodeploy/io@0.3.0) "@monodeploy/io" (2021-11-19)<a name="0.3.0"></a> | ||
### Bug Fixes | ||
* include .pnp.cjs when committing changes ([8a031e6](https://github.com/tophat/monodeploy/commits/8a031e6)) | ||
* git add generated `.pnp.cjs` when autocommiting (#438) ([8a031e6](https://github.com/tophat/monodeploy/commits/8a031e6)) | ||
### Features | ||
* improved error messages when running exec commands | ||
Co-authored-by: noahnu <noahnu@gmail.com> ([8a031e6](https://github.com/tophat/monodeploy/commits/8a031e6)) | ||
## [0.2.23](https://github.com/tophat/monodeploy/compare/@monodeploy/io@0.2.22...@monodeploy/io@0.2.23) "@monodeploy/io" (2021-10-25)<a name="0.2.23"></a> | ||
@@ -7,0 +23,0 @@ |
{ | ||
"name": "@monodeploy/io", | ||
"version": "0.3.0", | ||
"version": "3.0.0-rc.1", | ||
"repository": { | ||
@@ -14,4 +14,6 @@ "type": "git", | ||
"registry": "https://registry.npmjs.org/", | ||
"types": "./lib/index.d.ts" | ||
"types": "./lib/index.d.ts", | ||
"access": "public" | ||
}, | ||
"group": "monodeploy", | ||
"main": "./lib/index.js", | ||
@@ -29,5 +31,5 @@ "files": [ | ||
"devDependencies": { | ||
"@monodeploy/logging": "0.1.12", | ||
"@monodeploy/logging": "3.0.0-rc.1", | ||
"@monodeploy/test-utils": "link:../../testUtils", | ||
"@monodeploy/types": "0.10.4", | ||
"@monodeploy/types": "3.0.0-rc.1", | ||
"@types/node": "^14.17.14", | ||
@@ -39,4 +41,4 @@ "@yarnpkg/core": "^3.1.0", | ||
"peerDependencies": { | ||
"@monodeploy/logging": "^0.1.12", | ||
"@monodeploy/types": "^0.10.4", | ||
"@monodeploy/logging": "^3.0.0-rc.1", | ||
"@monodeploy/types": "^3.0.0-rc.1", | ||
"@yarnpkg/core": "^3.1.0", | ||
@@ -43,0 +45,0 @@ "@yarnpkg/fslib": "^2.6.0", |
21784