Skip to content

Commit

Permalink
docs(CHANGES.md): Add changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
raido committed Oct 18, 2015
1 parent 31194fe commit 8b1b037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.1.0

An initial release of this addon.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

This Ember addon is a lightweight postMessage client/server implementation. It is built on promises so the `fetch` and `rpc` methods can used directly in your route `model()` hooks.

For changelog see [CHANGES.md](CHANGES.md)

**It supports JSON only messages for now**

## Usage
Expand Down

0 comments on commit 8b1b037

Please sign in to comment.