Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 9, 2019
1 parent 36f0c38 commit f0e52ff
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
## 1.3.0 (2019-12-09)

* build: add more words ([36f0c38](https://github.com/Kikobeats/superb-es/commit/36f0c38)), closes [#11](https://github.com/Kikobeats/superb-es/issues/11)
* build: migrate husky ([d5108e1](https://github.com/Kikobeats/superb-es/commit/d5108e1))
* build: update dependencies ([e1ef28f](https://github.com/Kikobeats/superb-es/commit/e1ef28f))
* build: update website ([ddf97a8](https://github.com/Kikobeats/superb-es/commit/ddf97a8))
* fix: linter ([2a4e2af](https://github.com/Kikobeats/superb-es/commit/2a4e2af))
* fix(package): update get-value to version 3.0.0 ([a3705ca](https://github.com/Kikobeats/superb-es/commit/a3705ca))
* fix(package): update meow to version 5.0.0 ([0b581c5](https://github.com/Kikobeats/superb-es/commit/0b581c5))
* fix(package): update unique-random-array to version 2.0.0 ([f59d8d1](https://github.com/Kikobeats/superb-es/commit/f59d8d1))
* fix(package): update update-notifier to version 2.4.0 ([b1c2d2a](https://github.com/Kikobeats/superb-es/commit/b1c2d2a))
* fix(package): update update-notifier to version 2.5.0 ([8c1d71e](https://github.com/Kikobeats/superb-es/commit/8c1d71e))
* fix(package): update update-notifier to version 2.6.0 ([092ccec](https://github.com/Kikobeats/superb-es/commit/092ccec))
* add 'conquistador' ([cdf6e75](https://github.com/Kikobeats/superb-es/commit/cdf6e75))
* Add `titán` word ([4210dfb](https://github.com/Kikobeats/superb-es/commit/4210dfb))
* Add female support ([fab2cd5](https://github.com/Kikobeats/superb-es/commit/fab2cd5))
* Add prefix support ([edd8cbc](https://github.com/Kikobeats/superb-es/commit/edd8cbc))
* added "máquina" word ([9e3412a](https://github.com/Kikobeats/superb-es/commit/9e3412a))
* Fix indentation style ([3b07666](https://github.com/Kikobeats/superb-es/commit/3b07666))
* Update README.md ([d48ec28](https://github.com/Kikobeats/superb-es/commit/d48ec28))
* Use object schema ([2f8758f](https://github.com/Kikobeats/superb-es/commit/2f8758f))
* docs(readme): add Greenkeeper badge ([0184f3a](https://github.com/Kikobeats/superb-es/commit/0184f3a))



<a name="1.2.0"></a>
# 1.2.0 (2017-12-22)

Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "superb-es",
"description": "Get superb (spanish) like words",
"homepage": "https://nicedoc.io/Kikobeats/superb-es",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"bin": {
"superb-es": "bin/index.js"
Expand Down Expand Up @@ -57,8 +57,8 @@
"files": [
"bin",
"index.js",
"words.json",
"prefixes.json"
"prefixes.json",
"words.json"
],
"scripts": {
"clean": "rm -rf node_modules",
Expand All @@ -70,6 +70,11 @@
},
"preferGlobal": true,
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier-standard",
Expand All @@ -80,10 +85,5 @@
"env": [
"mocha"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit f0e52ff

Please sign in to comment.