Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Mar 27, 2013
1 parent 84d5895 commit b987f00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ Tests
$ open test/index.html


Releases
--------

- v0.0.2

- Fix bug with `nth-child` calculuation

- v0.0.1

- Initial release



License
-------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unique-selector",
"version": "0.0.1",
"version": "0.0.2",
"description": "Given a DOM node, return a unique CSS selector matching only that element",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit b987f00

Please sign in to comment.