Skip to content

Commit e374b3f

Browse files
committed
🔖 chore(release): Bump version to 0.3.0
1 parent 6328212 commit e374b3f

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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+
## [0.3.0] - 2025-10-15
9+
10+
### Added
11+
- Introduced `dateFormatterFactory` to reduce code duplication.
12+
13+
### Changed
14+
- Updated numerous development dependencies to their latest versions.
15+
16+
### Test
17+
- Added unit tests for `dateFormatterFactory`.
18+
19+
### Documentation
20+
- Improved README with Quick Start and professional restructure.
21+
- Updated usage and development guides for `dateFormatterFactory`.
22+
- Updated project name in README and added a "Contributing" section.
23+
824
## [0.2.3] - 2025-10-15
925

1026
### Fixed

package-lock.json

Lines changed: 13 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": "gmail-regex-cleaner-apps-script",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "A Google Apps Script that helps you delete Gmail messages older than n days that match your custom regex filters.",
66
"scripts": {

0 commit comments

Comments
 (0)