Skip to content

Commit 7a864ba

Browse files
committed
Release 1.1.2
1 parent 6b2c36a commit 7a864ba

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.1.2 / 2013-06-10
3+
==================
4+
5+
* fix leading / trailing whitespace leading to empty string in .array() retval
6+
27
1.1.0 / 2013-01-30
38
==================
49

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classes",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Cross-browser element class list",
55
"keywords": ["dom", "html", "classList", "class", "ui"],
66
"scripts": ["index.js"],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classes-component",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Cross-browser element class list",
55
"keywords": ["dom", "html", "classList", "class", "ui"],
66
"dependencies": {

0 commit comments

Comments
 (0)