Skip to content

Commit 92e8a62

Browse files
committed
v1.7.1
1 parent 84b1ad3 commit 92e8a62

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

History.md

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

3+
## 1.7.1 / 2015-03-25
4+
- [bug fix] `woman` plural & singular form
5+
6+
7+
38
## 1.7.0 / 2015-03-25
49
- [bug fix] `canvas` plural & singular form
510
- [update packages] mocha->2.2.1, should->5.2.0

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.0",
3+
"version": "1.7.1",
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.0",
3+
"version": "1.7.1",
44
"repo": "dreamerslab/node.inflection",
55
"description": "A port of inflection-js to node.js module",
66
"keywords" : [

package.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.0",
3+
"version" : "1.7.1",
44
"description": "A port of inflection-js to node.js module",
55
"keywords" : [
66
"inflection", "inflections", "inflection-js", "pluralize" , "singularize",

0 commit comments

Comments
 (0)