Skip to content

Commit

Permalink
release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 8, 2015
1 parent 7d25d2a commit 26630d1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
@@ -1,6 +1,11 @@

# Changelog

### 3.0.3

* Provide `dist` in npm package [#402](https://github.com/epeli/underscore.string/pull/402)
* [Full changelog](https://github.com/epeli/underscore.string/compare/3.0.2...3.0.3)

### 3.0.2

* Fix .gitignore for bower [#400](https://github.com/epeli/underscore.string/issues/400)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.0.2",
"version": "3.0.3",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "underscore.string",
"repo": "epeli/underscore.string",
"description": "String manipulation extensions for Underscore.js javascript library",
"version": "3.0.2",
"version": "3.0.3",
"keywords": [
"underscore",
"string"
Expand Down
4 changes: 2 additions & 2 deletions dist/underscore.string.js
Expand Up @@ -169,7 +169,7 @@ module.exports = function() {
// Underscore.string is freely distributable under the terms of the MIT license.
// Documentation: https://github.com/epeli/underscore.string
// Some code is borrowed from MooTools and Alexandru Marasteanu.
// Version '3.0.2'
// Version '3.0.3'

'use strict';

Expand All @@ -179,7 +179,7 @@ function s(value) {
this._wrapped = value;
}

s.VERSION = '3.0.2';
s.VERSION = '3.0.3';

s.isBlank = _dereq_('./isBlank');
s.stripTags = _dereq_('./stripTags');
Expand Down
2 changes: 1 addition & 1 deletion dist/underscore.string.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -3,7 +3,7 @@
// Underscore.string is freely distributable under the terms of the MIT license.
// Documentation: https://github.com/epeli/underscore.string
// Some code is borrowed from MooTools and Alexandru Marasteanu.
// Version '3.0.2'
// Version '3.0.3'

'use strict';

Expand All @@ -13,7 +13,7 @@ function s(value) {
this._wrapped = value;
}

s.VERSION = '3.0.2';
s.VERSION = '3.0.3';

s.isBlank = require('./isBlank');
s.stripTags = require('./stripTags');
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.0.2",
"version": "3.0.3",
"description": "String manipulation extensions for Underscore.js javascript library.",
"homepage": "http://epeli.github.com/underscore.string/",
"contributors": [
Expand Down

0 comments on commit 26630d1

Please sign in to comment.