Skip to content

Commit 21eb9f6

Browse files
committed
3.3.3
1 parent 2c09686 commit 21eb9f6

7 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
3.3.1 / 2016-10-11
1+
3.3.3 / 2016-10-11
2+
---------------------
3+
- added missing minified version
4+
5+
3.3.2 / 2016-10-11
26
---------------------
37
- added `equalsIgnoreCase` [#185](https://github.com/jprichardson/string.js/issues/185)
48

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping HTML, decoding HTML entities, stripping tags, etc.",
55
"keywords": [
66
"string",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string.js",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping HTML, decoding HTML entities, stripping tags, etc.",
55
"repo": "jprichardson/string.js",
66
"keywords": [

dist/string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ string.js - Copyright (C) 2012-2014, JP Richardson <jprichardson@gmail.com>
8282
!(function() {
8383
"use strict";
8484

85-
var VERSION = '3.3.2';
85+
var VERSION = '3.3.3';
8686

8787
var ENTITIES = {};
8888

dist/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.

lib/string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ string.js - Copyright (C) 2012-2014, JP Richardson <jprichardson@gmail.com>
55
!(function() {
66
"use strict";
77

8-
var VERSION = '3.3.2';
8+
var VERSION = '3.3.3';
99

1010
var ENTITIES = {};
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.",
55
"homepage": "http://stringjs.com",
66
"repository": {

0 commit comments

Comments
 (0)