Skip to content

Commit 0ebf00b

Browse files
chore(release): v0.3.6 [skip ci]
1 parent 72bd2b0 commit 0ebf00b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 🚀 Release `@addon-core/storage` v0.3.6 (2025-09-26)
4+
5+
### 🛠️ Refactoring
6+
7+
* update release-it config to hide unused sections ([1ce0a4d](https://github.com/addon-stack/storage/commit/1ce0a4d19dbba5c7a04806f6d683506970f44ceb))
8+
9+
- Updated configuration to hide `docs`, `build`, and `chore` sections in changelogs.
10+
- Removed `chore` and `build` from patch types for version bump logic.
11+
- Added `releaseName` field in GitHub releases for better naming consistency.
12+
13+
* update release-it configuration for better npm publish ([ae54a77](https://github.com/addon-stack/storage/commit/ae54a77e7a603c8b842d2b2771bd847532e508f9))
14+
315
## 🚀 Release `@addon-core/storage` v0.3.5 (2025-09-26)
416

517
### 🐛 Bug Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@addon-core/storage",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)