Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 18, 2024
1 parent c9a470d commit 41a3acb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [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'"

### Features

* 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)


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-random",
"version": "1.0.1",
"version": "2.0.0",
"description": "Choose randomly from a selection of elements",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit 41a3acb

Please sign in to comment.