Skip to content

Commit

Permalink
Release domino 1.0.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Oct 24, 2017
1 parent d410fd8 commit eddce4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# domino x.x.x (not yet released)
# domino 1.0.30 (24 Oct 2017)
* Fix regexp capitalization in URLUtils (#101)
* Fix O(N^2) slowdown in initial tree traversal using nextSibling/prevSibling
* Update `mocha` dependency to 4.0.x and `should` to 13.1.x.
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": "domino",
"version": "1.0.29+git",
"version": "1.0.30",
"author": "Felix Gnass <fgnass@gmail.com>",
"description": "Server-side DOM implementation based on Mozilla's dom.js",
"homepage": "https://github.com/fgnass/domino",
Expand Down

0 comments on commit eddce4c

Please sign in to comment.