Skip to content

Commit a31763f

Browse files
chore: Release pushapp-cli version 1.3.1
1 parent 133fabe commit a31763f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.1] - 2024-10-05
9+
10+
### <!-- 2 -->🚜 Refactor
11+
- Improve package manager detection with lock files. add bun support by @flaviodelgrosso
12+
- Split package manager `install_deps` fn in smaller functions by @flaviodelgrosso
13+
14+
### <!-- 7 -->⚙️ Miscellaneous Tasks
15+
- Update launch.json for pushapp-cli debugging by @flaviodelgrosso
16+
817
## [1.3.0] - 2024-10-04
918

1019
### <!-- 0 -->🚀 Features
@@ -24,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2433
- Add test for spec fields in package_json.rs by @flaviodelgrosso
2534

2635
### <!-- 7 -->⚙️ Miscellaneous Tasks
36+
- Release pushapp-cli version 1.3.0 by @flaviodelgrosso
2737
- Add CODEOWNERS file for repository ownership by @flaviodelgrosso
2838
- Update commit parsers in cliff.toml by @flaviodelgrosso
2939
- Add some roadmap points in readme.md by @flaviodelgrosso
@@ -93,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93103

94104
## [1.0.0] - 2024-10-01
95105

96-
[1.3.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..1.3.0
106+
[1.3.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.3.0..1.3.1
107+
[1.3.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.1..v1.3.0
97108
[1.2.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..v1.2.1
98109
[1.2.0]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.1..v1.2.0
99110
[1.1.1]: https://github.com/flaviodelgrosso/pushapp/compare/v1.1.0..v1.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pushapp-cli"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)