diff --git a/README.md b/README.md index 4a4d5bd..de6b20a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Arrays of stopwords for the following languages are supplied: * `ar` - Modern Standard Arabic * `bn` - Bengali +* `br` - Brazilian Portuguese * `da` - Danish * `de` - German * `en` - English @@ -92,6 +93,8 @@ version 0.1.2 Updated to ES6 simplified syntax version 0.1.5 Making syntax ES5 compatible again +version 0.1.7 Brazilian Portuguese added + [license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat [license-url]: LICENSE [npm-url]: https://npmjs.org/package/stopword diff --git a/package.json b/package.json index e7a60ef..25ff2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stopword", - "version": "0.1.6", + "version": "0.1.7", "description": "A module for node.js that takes in text and returns text that is stripped of stopwords", "main": "lib/stopword.js", "scripts": {