Skip to content

Commit 3b461e7

Browse files
committed
πŸ”– bump: version 0.0.14 β†’ 0.0.15
1 parent cbd1321 commit 3b461e7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

β€ŽCHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v0.0.15 (2024-11-11)
2+
3+
### ✨ Features
4+
5+
- add automerge capabilities to dependabot of minor and patch updates
6+
- **dependabot**: add automerge of dependabot prs if all checks pass
7+
8+
### πŸŽ¨πŸ—οΈ Style & Architecture
9+
10+
- **symlinks**: undo previous change because it was not needed in the end
11+
12+
### πŸ’šπŸ‘· CI & Build
13+
14+
- fix automerge for minor dependabot updates
15+
16+
### 🧹 chore
17+
18+
- **typo**: fix typo
19+
120
## v0.0.14 (2024-11-07)
221

322
### ✨ Features

β€Žpyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cookie-doh"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
description = ""
55
authors = ["microsoft"]
66
license = "MIT License"

0 commit comments

Comments
Β (0)