Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jan 21, 2016
1 parent 02abd63 commit ff41bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css.escape.js
@@ -1,4 +1,4 @@
/*! https://mths.be/cssescape v1.4.0 by @mathias | MIT license */
/*! https://mths.be/cssescape v1.5.0 by @mathias | MIT license */
;(function(root, factory) {
// https://github.com/umdjs/umd/blob/master/returnExports.js
if (typeof exports == 'object') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "css.escape",
"version": "1.4.0",
"version": "1.5.0",
"description": "A robust polyfill for the `CSS.escape` utility method as defined in CSSOM.",
"homepage": "https://mths.be/cssescape",
"main": "css.escape.js",
Expand Down

0 comments on commit ff41bbb

Please sign in to comment.