Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 17, 2024
1 parent 5c67e07 commit ecf372b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://github.com/mljs/xsadd/compare/v2.0.0...v3.0.0) (2024-10-17)


### ⚠ BREAKING CHANGES

* Remove default export. You need to "import {XSadd} from 'xsadd'"

### Features

* Remove default export. You need to "import {XSadd} from 'xsadd'" ([ac4275b](https://github.com/mljs/xsadd/commit/ac4275bc80be240358ea1b5488940c522481ff19))

<a name="2.0.0"></a>
# [2.0.0](https://github.com/mljs/xsadd/compare/v1.0.0...v2.0.0) (2018-08-11)
## [2.0.0](https://github.com/mljs/xsadd/compare/v1.0.0...v2.0.0) (2018-08-11)


### Features
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": "ml-xsadd",
"version": "2.0.0",
"version": "3.0.0",
"description": "JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator",
"main": "./lib/xsadd.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit ecf372b

Please sign in to comment.