Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 14, 2023
1 parent f41c6d1 commit e572cce
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
38 changes: 29 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# wordlist-js

[![Language: TypeScript](https://img.shields.io/badge/language-typescript-%233178C6.svg?style=flat&logo=typescript)](https://www.typescriptlang.org/)
[![Prettier](https://img.shields.io/badge/code--formatter-prettier-%23F7B93E?style=flat&logo=prettier)](https://prettier.io/)
[![Eslint](https://img.shields.io/badge/linter-eslint-%234B32C3?style=flat&logo=eslint)](https://eslint.org/)
[![npm](https://img.shields.io/npm/v/wordlist-js)](https://www.npmjs.com/package/wordlist-js)
[![npm bundle size](https://img.shields.io/bundlephobia/min/wordlist-js)](https://www.npmjs.com/package/wordlist-js)
[![npm](https://img.shields.io/npm/dw/wordlist-js)](https://www.npmjs.com/package/wordlist-js)
[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat&logo=license)](https://github.com/navneetsharmaui/sveltekit-blog/blob/main/LICENSE)
<p align="center">
<br />
<img width="150" height="150" src="./dictionary.png" alt="Logo">
<h1 align="center"><b>wordlist-js</b></h1>
<div align="center">
<a href="https://www.typescriptlang.org/">
<img src="https://img.shields.io/badge/Language-Typescript-%233178C6.svg?style=flat&logo=typescript" alt="Language: TypeScript">
</a>
<a href="https://www.npmjs.com/package/wordlist-js">
<img src="https://img.shields.io/npm/v/wordlist-js" alt="NPM version">
</a>
<a href="https://www.npmjs.com/package/wordlist-js">
<img src="https://img.shields.io/bundlephobia/min/wordlist-js" alt="NPM bundle size">
</a>
<a href="https://www.npmjs.com/package/wordlist-js">
<img src="https://img.shields.io/npm/dw/wordlist-js" alt="NPM downloads">
</a>
<a href="https://github.com/jordanshatford/wordlist-js/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-black.svg?style=flat&logo=license" alt="License: MIT">
</a>
</div>
<p align="center">
Lists of filtered words from various English dialects.
<br />
<a href="https://www.npmjs.com/package/wordlist-js"><strong>www.npmjs.com/package/wordlist-js »</strong></a>
<br />
<br />
</p>
</p>

wordlist-js provides lists of English words based on how common they are used. It also provides words for many English dialects. These words are generated using text file sources found in [SCOWL](http://wordlist.aspell.net/)

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": "wordlist-js",
"version": "1.5.0",
"version": "1.5.1",
"description": "A package to provide common English words from various nationalities.",
"main": "./dist/index.js",
"files": [
Expand Down

0 comments on commit e572cce

Please sign in to comment.