Skip to content

Commit

Permalink
update v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autarc committed Jan 7, 2017
1 parent 2a76bae commit 722d220
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [v4.0.1]
> January, 07, 2017
- fix invalid selector query in partial classname optimization
- fix `match` check of regex in complex classname optimization


# [v4.0.0]
> December 29, 2016
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2015 - 2016 Stefan Dühring
Copyright (c) 2015 - 2017 Stefan Dühring

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions dist/optimal-select.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/optimal-select.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/optimal-select.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "optimal-select",
"description": "Get efficient & robust CSS selectors for HTML elements",
"version": "4.0.0",
"version": "4.0.1",
"author": "Stefan Dühring | Autarc <[email protected]>",
"bugs": {
"url": "https://github.com/Autarc/optimal-select/issues"
Expand Down

0 comments on commit 722d220

Please sign in to comment.