@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
17
## [ 1.3.0] - 2024-10-04
9
18
10
19
### <!-- 0 --> 🚀 Features
@@ -24,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
33
- Add test for spec fields in package_json.rs by @flaviodelgrosso
25
34
26
35
### <!-- 7 --> ⚙️ Miscellaneous Tasks
36
+ - Release pushapp-cli version 1.3.0 by @flaviodelgrosso
27
37
- Add CODEOWNERS file for repository ownership by @flaviodelgrosso
28
38
- Update commit parsers in cliff.toml by @flaviodelgrosso
29
39
- 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
93
103
94
104
## [ 1.0.0] - 2024-10-01
95
105
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
97
108
[ 1.2.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.2.0..v1.2.1
98
109
[ 1.2.0 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.1.1..v1.2.0
99
110
[ 1.1.1 ] : https://github.com/flaviodelgrosso/pushapp/compare/v1.1.0..v1.1.1
0 commit comments