Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGlory committed Apr 18, 2024
1 parent 004220a commit b478eb4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [0.3.0](https://github.com/BlackGlory/extra-rand/compare/v0.2.1...v0.3.0) (2024-04-18)


### ⚠ BREAKING CHANGES

* - Removed `randomIntByModel`, `randomIntInclusiveByModel`
- Rewritten `randomByModel`
* - Rename `randomByWeight` to `randomIndexByWeight`
- CommonJS => ESM
- It requires Node.js >= v18.17.0

### Features

* add model-related functions ([35777f3](https://github.com/BlackGlory/extra-rand/commit/35777f3864b293f64917e9ba7b7d467caee4f38b))
* export `IRandomModel` ([eeeb5be](https://github.com/BlackGlory/extra-rand/commit/eeeb5be5f80caac975bf06259144a5642773bbc3))


* replace `randomIntByModel`, `randomIntInclusiveByModel` with `randomByModel` ([8ff1f62](https://github.com/BlackGlory/extra-rand/commit/8ff1f62eaf9055b37a6379146847e5bd9bd0360e))

### [0.2.1](https://github.com/BlackGlory/extra-rand/compare/v0.2.0...v0.2.1) (2024-04-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-rand",
"version": "0.2.1",
"version": "0.3.0",
"description": "Yet another random library",
"keywords": [
"random"
Expand Down

0 comments on commit b478eb4

Please sign in to comment.