Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jan 15, 2018
1 parent fb393b6 commit bba429b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.0 (Unreleased)
## 1.0.0 (2018-01-15)

- Use Snabbdom, instead of virtual-dom and vdom-parser, for the virtual-DOM implementation.
- Use `toHTML` as convention instead of `renderHTML`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.vdomview",
"version": "0.0.2",
"version": "1.0.0",
"description": "VirtualDOM-aware Backbone View",
"main": "backbone.vdomview.js",
"repository": {
Expand Down

0 comments on commit bba429b

Please sign in to comment.