Skip to content

Commit

Permalink
Version + 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 24, 2016
1 parent 16a7978 commit a4df439
Show file tree
Hide file tree
Showing 9 changed files with 752 additions and 558 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@

# Changelog

### 3.3.1
* fix release script

### 3.3.0

* `sprintf` and `vsprintf` is now marked as deprecated [#479](https://github.com/epeli/underscore.string/pull/479)
* `wrap` is added to `exports` [#489](https://github.com/epeli/underscore.string/pull/489)
* new build chain without gulp
* [Full changelog](https://github.com/epeli/underscore.string/compare/3.2.3...3.3.0)

### 3.2.3

* Add romanian characters to `cleanDiacritics` [#470](https://github.com/epeli/underscore.string/pull/470)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "underscore.string",
"version": "3.2.3",
"version": "3.3.0',
"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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "underscore.string",
"repo": "epeli/underscore.string",
"description": "String manipulation extensions for Underscore.js javascript library",
"version": "3.2.3",
"version": "3.3.0',
"keywords": [
"underscore",
"string"
Expand Down
Loading

0 comments on commit a4df439

Please sign in to comment.