Skip to content

Commit 880e502

Browse files
chore: Release pushapp-cli version 1.1.1
1 parent f596dfa commit 880e502

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.1] - 2024-10-02
6+
7+
### 🚜 Refactor
8+
9+
- Detect package manager from package json field
10+
11+
### ⚙️ Miscellaneous Tasks
12+
13+
- Readme update
14+
515
## [1.1.0] - 2024-10-02
616

717
### 🚀 Features
@@ -17,6 +27,8 @@ All notable changes to this project will be documented in this file.
1727

1828
- Update release workflow to include changelog and add pre-release-hook
1929
- Move renovate in .github folder
30+
- Release pushapp-cli version 1.1.0
31+
- Add CHANGELOG.md
2032

2133
## [1.0.1] - 2024-10-01
2234

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.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)