Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w3labkr committed Sep 1, 2022
1 parent bb72568 commit 6d21cd1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.0](https://github.com/w3labkr/js-smart-shuffle-words/compare/v1.3.0...v1.4.0) (2022-09-01)


### Features

* remove duplicate words from stopwords ([17be05c](https://github.com/w3labkr/js-smart-shuffle-words/commit/17be05cf2c8c07978df0346b14441510196ac927))
* reorder random text characters ([55956aa](https://github.com/w3labkr/js-smart-shuffle-words/commit/55956aa042a3d7dfda067cdc9d5be23e804ac744))

## [1.3.0](https://github.com/w3labkr/js-smart-shuffle-words/compare/v1.2.1...v1.3.0) (2022-08-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-smart-shuffle-words",
"version": "1.3.0",
"version": "1.4.0",
"author": "W3LabKr",
"description": "Shuffle the words on each line",
"keywords": [
Expand Down

0 comments on commit 6d21cd1

Please sign in to comment.