Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 8, 2017
1 parent 29cebe9 commit 5d317df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.0.6 (2017-9-9)

##### New Features

* **cursor** Cursor now can be used fully alone without manager.

#### 0.0.5 (2017-9-8)

##### Refactor
Expand All @@ -14,7 +20,7 @@

#### 0.0.3 (2017-9-6)

##### New Featurs
##### New Features

* **clientId** Removed excess concept of clientId. Only the channel if left, which provides connection with some client, but without information about client. Application can describe it manually.

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": "ancient-cursor",
"version": "0.0.5",
"version": "0.0.6",
"description": "Utilities for tracking changes of complex or plain remote data.",
"keywords": [
"complex",
Expand Down

0 comments on commit 5d317df

Please sign in to comment.