Skip to content

Commit a918b91

Browse files
committed
chore: bump version to 1.0.2
1 parent c61944b commit a918b91

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [1.0.2] - 2025-02-01
9+
10+
### Fixed
11+
12+
- Fixed release workflow triggers
13+
- Added proper release event handling
14+
- Enabled benchmarks on main branch pushes
15+
- Updated CI workflow configuration
16+
817
## [1.0.1] - 2025-02-01
918

1019
### Fixed
@@ -51,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5160
- Code style enforcement
5261
- Automated testing and CI
5362

63+
[1.0.2]: https://github.com/phr3nzy/rulekit/releases/tag/v1.0.2
5464
[1.0.1]: https://github.com/phr3nzy/rulekit/releases/tag/v1.0.1
5565
[1.0.0]: https://github.com/phr3nzy/rulekit/releases/tag/v1.0.0
5666

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phr3nzy/rulekit",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A powerful and flexible toolkit for building rule-based product recommendations and dynamic filtering",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)