Skip to content

Commit 345ddc8

Browse files
committed
v1.9.0
1 parent 8b25ee6 commit 345ddc8

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 1.9.0 / 2016-04-06
4+
- [update packages] mocha->2.4.5, should->8.3.0
5+
- [bug fix] `genus` plural & singular form
6+
7+
8+
39
## 1.8.0 / 2015-11-22
410
- [update packages] mocha->2.3.4, should->7.1.1
511
- [bug fix] `criterion` plural & singular form

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflection",
3-
"version": "1.7.1",
3+
"version": "1.9.0",
44
"homepage": "https://github.com/dreamerslab/node.inflection",
55
"description": "JavaScript Inflection Support",
66
"authors": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflection",
3-
"version": "1.7.1",
3+
"version": "1.9.0",
44
"repo": "dreamerslab/node.inflection",
55
"description": "A port of inflection-js to node.js module",
66
"keywords" : [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "inflection",
3-
"version" : "1.8.0",
3+
"version" : "1.9.0",
44
"description": "A port of inflection-js to node.js module",
55
"keywords" : [
66
"inflection", "inflections", "inflection-js", "pluralize" , "singularize",
@@ -28,8 +28,8 @@
2828
],
2929
"dependencies" : {},
3030
"devDependencies": {
31-
"mocha" : "2.3.4",
32-
"should": "7.1.1"
31+
"mocha" : "2.4.5",
32+
"should": "8.3.0"
3333
},
3434
"main" : "./lib/inflection.js",
3535
"repository": {

0 commit comments

Comments
 (0)