Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Apr 25, 2019
1 parent a906bfd commit 82882dd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]

## [3.1.0] - 2019-04-25

### Added

- "Big" word list with 370k words
- `rword.load()` for loading a word list
- Changelog

### Changed

- Update development dependencies
- Use TypeScript in strict mode
- Convert word lists to JSON

### Fixed

- Words not actually being shuffled on first load

[unreleased]: https://github.com/Xyfir/rword/compare/3.1.0...HEAD
[3.1.0]: https://github.com/Xyfir/rword/releases/tag/3.1.0

0 comments on commit 82882dd

Please sign in to comment.