Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 7, 2024
1 parent 41a3acb commit 6fd5dbf
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 47 deletions.
39 changes: 32 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,50 @@

## [2.0.0](https://github.com/mljs/random/compare/v1.0.1...v2.0.0) (2024-10-18)


### ⚠ BREAKING CHANGES

* Remove default export. You need to "import {Random} from 'ml-random'"
- Remove default export. You need to "import {Random} from 'ml-random'"

### Features

* Remove default export. You need to "import {Random} from 'ml-random'" ([2da2fb4](https://github.com/mljs/random/commit/2da2fb498d04f14ba3c287540b5dc9e777a478d3))
- Remove default export. You need to "import {Random} from 'ml-random'" ([2da2fb4](https://github.com/mljs/random/commit/2da2fb498d04f14ba3c287540b5dc9e777a478d3))

## [1.0.1](https://github.com/mljs/random/compare/v1.0.0...v1.0.1) (2023-05-16)


### Bug Fixes

* rename and export RandomNumberGenerator type ([066b3de](https://github.com/mljs/random/commit/066b3dee1c64ca664fc679e30112a66656610e78))
- rename and export RandomNumberGenerator type ([066b3de](https://github.com/mljs/random/commit/066b3dee1c64ca664fc679e30112a66656610e78))

## [1.0.0](https://github.com/mljs/random/compare/v0.5.0...v1.0.0) (2023-05-16)


### Miscellaneous Chores

* release 1.0.0 ([49739bd](https://github.com/mljs/random/commit/49739bdf08c3bb6fc7b83d04081a9fe3e8b83bba))
- release 1.0.0 ([49739bd](https://github.com/mljs/random/commit/49739bdf08c3bb6fc7b83d04081a9fe3e8b83bba))

<a name="0.5.0"></a>

# [0.5.0](https://github.com/mljs/random/compare/v0.4.1...v0.5.0) (2018-08-11)

<a name="0.4.1"></a>

## [0.4.1](https://github.com/mljs/random/compare/v0.4.0...v0.4.1) (2018-05-23)

### Bug Fixes

- **choice:** set a more fault-tolerant threshold for sanity of probabilities input ([7d39650](https://github.com/mljs/random/commit/7d39650))

<a name="0.4.0"></a>

# [0.4.0](https://github.com/mljs/random/compare/v0.3.0...v0.4.0) (2018-05-23)

<a name="0.3.0"></a>

# [0.3.0](https://github.com/mljs/random/compare/v0.2.0...v0.3.0) (2018-05-23)

<a name="0.2.0"></a>

# [0.2.0](https://github.com/mljs/random/compare/v0.1.0...v0.2.0) (2018-05-16)

<a name="0.1.0"></a>

# 0.1.0 (2018-05-16)
35 changes: 0 additions & 35 deletions History.md

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"ml-xsadd": "^3.0.1"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@vitest/coverage-v8": "^2.1.3",
"eslint": "^9.12.0",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^9.14.0",
"eslint-config-cheminfo-typescript": "^16.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
}
}

0 comments on commit 6fd5dbf

Please sign in to comment.