Skip to content

Commit ecf372b

Browse files
authored
chore(main): release 3.0.0 (#4)
1 parent 5c67e07 commit ecf372b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/mljs/xsadd/compare/v2.0.0...v3.0.0) (2024-10-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove default export. You need to "import {XSadd} from 'xsadd'"
9+
10+
### Features
11+
12+
* Remove default export. You need to "import {XSadd} from 'xsadd'" ([ac4275b](https://github.com/mljs/xsadd/commit/ac4275bc80be240358ea1b5488940c522481ff19))
13+
114
<a name="2.0.0"></a>
2-
# [2.0.0](https://github.com/mljs/xsadd/compare/v1.0.0...v2.0.0) (2018-08-11)
15+
## [2.0.0](https://github.com/mljs/xsadd/compare/v1.0.0...v2.0.0) (2018-08-11)
316

417

518
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-xsadd",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator",
55
"main": "./lib/xsadd.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)