# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## What's Changed in 1.2.0
* refactor: rename get_update_info to get_package_info for clarity
* chore: update CHANGELOG.md and add cliff.toml configuration
* refactor: move update check log to check_updates function
* feat: add new flag options to check only prod or optional deps
* docs: readme update
* refactor: optimize check_updates code readability and performance
* docs: update README
* refactor: improve version parsing and error handling in PackageInfo display
**Full Changelog**: https://github.com///compare/v1.1.1...1.2.0
## What's Changed in v1.1.1
* chore: Release pushapp-cli version 1.1.1
* refactor: detect package manager from package json field
* chore: readme update
**Full Changelog**: https://github.com///compare/v1.1.0...v1.1.1
## What's Changed in v1.1.0
* chore: add CHANGELOG.md
* chore: Release pushapp-cli version 1.1.0
* feat: add --dev flag to update only dev deps
* chore: move renovate in .github folder
* chore: update release workflow to include changelog and add pre-release-hook
* fix: update badge labels in README for clarity
* feat: add GitHub Actions workflow for release automation
**Full Changelog**: https://github.com///compare/v1.0.1...v1.1.0
## What's Changed in v1.0.1
* chore: Release pushapp-cli version 1.0.1
* feat: add clap
**Full Changelog**: https://github.com///compare/v1.0.0...v1.0.1
## What's Changed in v1.0.0
* 🚀 first commit