Skip to content

Commit 849d846

Browse files
committed
chore(release): 3.0.0
1 parent 5b9ed8e commit 849d846

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/oftherivier/fictional/compare/v2.1.1...v3.0.0) (2025-01-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* algorithm for oneOfWeighted has better distribution (#47)
11+
12+
### Bug Fixes
13+
14+
* algorithm for oneOfWeighted has better distribution ([#47](https://github.com/oftherivier/fictional/issues/47)) ([5b9ed8e](https://github.com/oftherivier/fictional/commit/5b9ed8ebf303eb25bd3e6c925384144efb5c56b5)), closes [#46](https://github.com/oftherivier/fictional/issues/46)
15+
516
### [2.1.1](https://github.com/oftherivier/fictional/compare/v2.1.0...v2.1.1) (2024-12-30)
617

718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fictional",
33
"description": "Generate fake data deterministically from a given input",
4-
"version": "2.1.1",
4+
"version": "3.0.0",
55
"type": "commonjs",
66
"main": "index.js",
77
"types": "./index.d.ts",

0 commit comments

Comments
 (0)