Skip to content

Commit 34837f9

Browse files
authored
chore(evaluation): update typescript evaluation version to 0.0.5 (#2161)
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent 6927c51 commit 34837f9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

evaluation/typescript/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.5] (2025-09-26)
4+
5+
### Fix
6+
7+
- fix: resolve missing dependencies in incremental feature flag evaluation (#2315)[https://github.com/bucketeer-io/bucketeer/pull/2135]
8+
9+
## [0.0.4] (2025-09-01)
10+
11+
### Feat
12+
13+
- feat: support not equal operator for evaluation (#2095)[https://github.com/bucketeer-io/bucketeer/pull/2095]
14+
315
## [0.0.3] (2025-03-07)
416

517
### Fix

evaluation/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bucketeer/evaluation",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)