Skip to content

Commit

Permalink
Bump version after release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Dec 23, 2015
1 parent 217e3d0 commit a792135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# domino x.x.x (not yet released)

# domino 1.0.21 (23 Dec 2015)
* Improve performance when adding nodes with duplicate IDs. (#60)
* Be more careful about setting prototype to `null` when using
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.21",
"version": "1.0.21-git",
"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 a792135

Please sign in to comment.