Skip to content

Commit d6f5acf

Browse files
committed
🔖 chore(release): bump version to 0.2.3
1 parent e29f154 commit d6f5acf

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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.2.3] - 2025-10-15
9+
10+
### Fixed
11+
- Potential fix for code scanning alert by adding `permissions` to the CI workflow.
12+
- Removed `appssscript.json` from `.gitignore` to allow `clasp` deployments.
13+
14+
### Changed
15+
- Improved build process and configuration.
16+
- Grouped dependabot updates for npm and GitHub Actions.
17+
- Updated numerous development dependencies to their latest versions.
18+
19+
### Removed
20+
- Removed the unused `subtractYears` function from the codebase.
21+
22+
### CI
23+
- Implemented a new GitHub Actions workflow for continuous integration to improve code quality.
24+
25+
### Documentation
26+
- Added comprehensive `usage.md` and `development.md` guides.
27+
- Expanded `GEMINI.md` with more details on gitmoji conventions.
28+
829
## [0.2.2] - 2025-08-20
930

1031
### Fixed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Gmail Old Email Cleaner
22

3+
[![Build Status](https://github.com/chriskyfung/gmail-regex-cleaner-apps-script/actions/workflows/ci.yml/badge.svg)](https://github.com/chriskyfung/gmail-regex-cleaner-apps-script/actions/workflows/ci.yml)
4+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
5+
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](/LICENSE)
6+
37
This is a Google Apps Script project that helps you delete old emails in Gmail that match your custom regex filters. This can help you save space and keep your inbox organized.
48

59
## Features

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.2",
3+
"version": "0.2.3",
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)