File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010<!-- ## [Unreleased] -->
1111
1212## Major Releases:
13- ### [ v2 .0.0] - 2022 02 22
13+ ### [ v3 .0.0] - 2022 02 22
1414#### Added
1515- New random word generator:
1616 - `randomEnglish()` Generates text block with specified number of random English words.
1717#### Changed
1818- Introducing Types! We have converted to Typescript, and it is good.
1919- Added input sanitization to several functions that were missing it.
2020
21+ ### [ v2.0.0] - 2022 02 22
22+ Skipped by accident
23+
2124### [ v1.0.0] - 2019 06 23
2225#### Added
2326- Two random string functions:
@@ -89,8 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8992
9093<!-- LINKS -->
9194<!-- RELEASES -->
92- [ Unreleased ] : https://github.com/karnthis/make-random/compare/v2 .0.0...dev
93- [ v2 .0.0] : https://github.com/karnthis/make-random/compare/v1.3.0...2 .0.0
95+ [ Unreleased ] : https://github.com/karnthis/make-random/compare/v3 .0.0...dev
96+ [ v3 .0.0] : https://github.com/karnthis/make-random/compare/v1.3.0...3 .0.0
9497[ v1.3.0 ] : https://github.com/karnthis/make-random/compare/v1.2.2...v1.3.0
9598[ v1.2.2 ] : https://github.com/karnthis/make-random/compare/v1.2.0...v1.2.2
9699[ v1.2.0 ] : https://github.com/karnthis/make-random/compare/v1.1.0...v1.2.0
You can’t perform that action at this time.
0 commit comments