10BC0 Relese 3.2.3 · esamattis/underscore.string@b22908f · GitHub
[go: up one dir, main page]

Skip to content

Commit b22908f

Browse files
committed
Relese 3.2.3
1 parent 7aa6fac commit b22908f

File tree

8 files changed

+114
-94
lines changed

8 files changed

+114
-94
lines changed

CHANGELOG.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# Changelog
33

4+
### 3.2.3
5+
6+
* Add romanian characters to `cleanDiacritics` [#470](https://github.com/epeli/underscore.string/pull/470)
7+
* Fix global leaks
8+
* [Full changelog](https://github.com/epeli/underscore.string/compare/3.2.2...3.2.3)
9+
410
### 3.2.2
511

612
* Fix `slugify`regression [#448](https://github.com/epeli/underscore.string/pull/448)

bower.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": "3.2.2",
3+
"version": "3.2.3",
44
"description": "String manipulation extensions for Underscore.js javascript library.",
55
"homepage": "http://epeli.github.com/underscore.string/",
66
"contributors": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "underscore.string",
33
"repo": "epeli/underscore.string",
44
"description": "String manipulation extensions for Underscore.js javascript library",
5-
"version": "3.2.2",
5+
"version": "3.2.3",
66
"keywords": [
77
"underscore",
88
"string"

0 commit comments

Comments
 (0)
0