Skip to content

Commit 45bb94c

Browse files
committed
v1.10.0
1 parent 7827100 commit 45bb94c

8 files changed

Lines changed: 81 additions & 68 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.10.0 / 2016-04-20
4+
- [update packages] should->8.3.1
5+
- [bug fix] `campus` plural & singular form
6+
7+
8+
39
## 1.9.0 / 2016-04-06
410
- [update packages] mocha->2.4.5, should->8.3.0
511
- [bug fix] `genus` plural & singular form

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ This function performs multiple inflection methods on a string.
475475
- Patrick Mowrer
476476
- Greger Olsson
477477
- Jason Crawford <jason@jasoncrawford.org>
478+
- Ray Myers <ray.myers@gmail.com>
478479

479480

480481
## License

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflection",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"homepage": "https://github.com/dreamerslab/node.inflection",
55
"description": "JavaScript Inflection Support",
66
"authors": [
@@ -22,7 +22,8 @@
2222
{ "name": "overlookmotel" },
2323
{ "name": "Patrick Mowrer" },
2424
{ "name": "Greger Olsson" },
25-
{ "name": "Jason Crawford", "email": "jason@jasoncrawford.org" }
25+
{ "name": "Jason Crawford", "email": "jason@jasoncrawford.org" },
26+
{ "name": "Ray Myers", "email": "ray.myers@gmail.com" }
2627
],
2728
"main": "lib/inflection.js",
2829
"keywords": [

component.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflection",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"repo": "dreamerslab/node.inflection",
55
"description": "A port of inflection-js to node.js module",
66
"keywords" : [
@@ -25,7 +25,8 @@
2525
{ "name": "overlookmotel" },
2626
{ "name": "Patrick Mowrer" },
2727
{ "name": "Greger Olsson" },
28-
{ "name": "Jason Crawford", "email": "jason@jasoncrawford.org" }
28+
{ "name": "Jason Crawford", "email": "jason@jasoncrawford.org" },
29+
{ "name": "Ray Myers", "email": "ray.myers@gmail.com" }
2930
],
3031
"dependencies": {},
3132
"license": "MIT",

inflection.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)