Skip to content

Commit f5233d2

Browse files
committed
🔖 chore(release): Bump version to 0.3.1
1 parent 868e773 commit f5233d2

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2025-11-18
9+
10+
### Changed
11+
- Override `glob` dependency version to `^11.1.0` to mitigate potential security vulnerabilities or compatibility issues.
12+
- Bump `rimraf` from `6.0.1` to `6.1.0`.
13+
- Bump `@rollup/plugin-commonjs` from `28.0.7` to `28.0.8` and `rollup` from `4.52.4` to `4.52.5`.
14+
- Bump `js-yaml` from `3.14.1` to `3.14.2`.
15+
- Bump `@babel/core` from `7.28.4` to `7.28.5` and `@babel/preset-env` from `7.28.3` to `7.28.5`.
16+
- Bump `@eslint/js` from `9.37.0` to `9.39.1`, `eslint` from `9.37.0` to `9.39.1`, `eslint-plugin-jest` from `29.0.1` to `29.1.0` and `globals` from `16.4.0` to `16.5.0`.
17+
- Bump `@google/clasp` from `2.5.0` to `3.1.0`.
18+
- Bump `@types/google-apps-script` from `2.0.5` to `2.0.7`.
19+
- Bump `actions/setup-node` from `5` to `6`.
20+
821
## [0.3.0] - 2025-10-15
922

1023
### Added

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": "gmail-regex-cleaner-apps-script",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
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)