Socket
Socket
Sign inDemoInstall

@auto-canary/cocoapods

Package Overview
Dependencies
3
Maintainers
2
Versions
880
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.46.0--canary.2356.59f8c2d99098830922aaa6f0b8ebc8db506d3c07.0 to 10.46.1--canary.2362.305138ac50804f6d19770a1dd1ee0cc6e164337f.0

54

CHANGELOG.md

@@ -0,1 +1,55 @@

# 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)
:tada: This release contains work from a new contributor! :tada:
Thank you, null[@ld-codes](https://github.com/ld-codes), for all your work!
#### 🐛 Bug Fix
- fix typo for empty git user message [#2354](https://github.com/intuit/auto/pull/2354) ([@ld-codes](https://github.com/ld-codes))
#### Authors: 1
- [@ld-codes](https://github.com/ld-codes)
---
# v10.45.1 (Wed Apr 26 2023)
#### 🐛 Bug Fix
- fixes "some peer dependencies are incorrectly met" when installing via yarn [#2348](https://github.com/intuit/auto/pull/2348) ([@snebjorn](https://github.com/snebjorn))
#### Authors: 1
- Eskild Diderichsen ([@snebjorn](https://github.com/snebjorn))
---
# v10.43.0 (Wed Mar 01 2023)

@@ -2,0 +56,0 @@

6

package.json
{
"name": "@auto-canary/cocoapods",
"version": "10.46.0--canary.2356.59f8c2d99098830922aaa6f0b8ebc8db506d3c07.0",
"version": "10.46.1--canary.2362.305138ac50804f6d19770a1dd1ee0cc6e164337f.0",
"main": "dist/index.js",

@@ -39,3 +39,3 @@ "description": "Use auto to version your cocoapod",

"dependencies": {
"@auto-canary/core": "10.46.0--canary.2356.59f8c2d99098830922aaa6f0b8ebc8db506d3c07.0",
"@auto-canary/core": "10.46.1--canary.2362.305138ac50804f6d19770a1dd1ee0cc6e164337f.0",
"fp-ts": "^2.5.3",

@@ -46,3 +46,3 @@ "io-ts": "^2.1.2",

},
"gitHead": "59f8c2d99098830922aaa6f0b8ebc8db506d3c07"
"gitHead": "305138ac50804f6d19770a1dd1ee0cc6e164337f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc