Skip to content

Commit f3ea450

Browse files
author
Pavel Pravosud
committed
version bump
1 parent 2f47167 commit f3ea450

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,10 @@ But of course you can just reassign `_` variable with `_.string`
566566
```javascript
567567
_ = _.string
568568
```
569+
### 2.1.1###
569570

571+
* Fixed words method bug
572+
* Added classify method
570573

571574
### 2.1.0 ###
572575

dist/underscore.string.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "underscore.string",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "String manipulation extensions for Underscore.js javascript library.",
55
"homepage": "http://epeli.github.com/underscore.string/",
66
"contributors": [

0 commit comments

Comments
 (0)