Skip to content

Commit

Permalink
Bump to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 25, 2019
1 parent 63f38f7 commit 92c17c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [3.1.1] - 2019-04-25

### Removed

- Words from "small" word list that contained non `a-z` characters

## [3.1.0] - 2019-04-25

### Added
Expand All @@ -24,5 +30,6 @@ This project adheres to [Semantic Versioning](https://semver.org).

- Words not actually being shuffled on first load

[unreleased]: https://github.com/Xyfir/rword/compare/3.1.0...HEAD
[unreleased]: https://github.com/Xyfir/rword/compare/3.1.1...HEAD
[3.1.1]: https://github.com/Xyfir/rword/releases/tag/3.1.0...3.1.1
[3.1.0]: https://github.com/Xyfir/rword/releases/tag/3.1.0
2 changes: 1 addition & 1 deletion 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": "rword",
"version": "3.1.0",
"version": "3.1.1",
"description": "A cryptographically secure random generator for real English words. Contains 370,000 words.",
"main": "dist/rword.js",
"types": "dist/rword.d.ts",
Expand Down

0 comments on commit 92c17c7

Please sign in to comment.