@auto-it/version-file
Advanced tools
Comparing version 10.45.2 to 10.46.0
@@ -0,1 +1,27 @@ | ||
# v10.46.0 (Wed Apr 26 2023) | ||
### Release Notes | ||
#### Add --from latest option to release and changelog commands ([#2356](https://github.com/intuit/auto/pull/2356)) | ||
You can now use `--from latest` in both the `changelog`and `release` commands. | ||
This is useful if you want to generate a changelog for a prerelease that includes all changes since the `latest` release. | ||
```sh | ||
auto release --from latest --prerelease | ||
``` | ||
--- | ||
#### 🚀 Enhancement | ||
- Add --from latest option to release and changelog commands [#2356](https://github.com/intuit/auto/pull/2356) ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
#### Authors: 1 | ||
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie)) | ||
--- | ||
# v10.45.2 (Wed Apr 26 2023) | ||
@@ -2,0 +28,0 @@ |
{ | ||
"name": "@auto-it/version-file", | ||
"version": "10.45.2", | ||
"version": "10.46.0", | ||
"main": "dist/index.js", | ||
@@ -39,3 +39,3 @@ "description": "", | ||
"dependencies": { | ||
"@auto-it/core": "10.45.2", | ||
"@auto-it/core": "10.46.0", | ||
"fp-ts": "^2.5.3", | ||
@@ -46,3 +46,3 @@ "io-ts": "^2.1.2", | ||
}, | ||
"gitHead": "726ed505d212375aff13ca72c510a24bf4f1ad17" | ||
"gitHead": "c0fc91701fb893f51e97cc21f8722555bb51fca4" | ||
} |
24209
+ Added@auto-it/bot-list@10.46.0(transitive)
+ Added@auto-it/core@10.46.0(transitive)
- Removed@auto-it/bot-list@10.45.2(transitive)
- Removed@auto-it/core@10.45.2(transitive)
Updated@auto-it/core@10.46.0