@monodeploy/types
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -5,2 +5,11 @@ # Changelog | ||
## [0.9.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.8.0...@monodeploy/types@0.9.0) "@monodeploy/types" (2021-07-12)<a name="0.9.0"></a> | ||
### Features | ||
* support custom configuration for conventional changelog config ([5312462](https://github.com/tophat/monodeploy/commits/5312462)) | ||
## [0.8.0](https://github.com/tophat/monodeploy/compare/@monodeploy/types@0.7.1...@monodeploy/types@0.8.0) "@monodeploy/types" (2021-07-06)<a name="0.8.0"></a> | ||
@@ -7,0 +16,0 @@ |
@@ -26,3 +26,3 @@ import { Configuration, Project, Report, Workspace } from '@yarnpkg/core'; | ||
forceWriteChangeFiles: boolean; | ||
access: string; | ||
access?: 'infer' | 'public' | 'restricted'; | ||
persistVersions: boolean; | ||
@@ -29,0 +29,0 @@ autoCommit: boolean; |
{ | ||
"name": "@monodeploy/types", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
8984