Commit a918b91 1 parent c61944b commit a918b91 Copy full SHA for a918b91
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
17
## [ 1.0.1] - 2025-02-01
9
18
10
19
### Fixed
@@ -51,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
60
- Code style enforcement
52
61
- Automated testing and CI
53
62
63
+ [ 1.0.2 ] : https://github.com/phr3nzy/rulekit/releases/tag/v1.0.2
54
64
[ 1.0.1 ] : https://github.com/phr3nzy/rulekit/releases/tag/v1.0.1
55
65
[ 1.0.0 ] : https://github.com/phr3nzy/rulekit/releases/tag/v1.0.0
56
66
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @phr3nzy/rulekit" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A powerful and flexible toolkit for building rule-based product recommendations and dynamic filtering" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments