Skip to content

Commit

Permalink
Release 0.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 30, 2020
1 parent 1131deb commit 7e33ffe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.7
* Add ES modules support.
* Add TypeScript definitions.
* Move API docs from JSDoc to TypeDoc.
* Mark package as side effect free.

## 0.6
* Do not synchronize event cleaning between tabs.
* Ask to update page receiving bigger `subprocol` from another tab.
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logux/client",
"version": "0.6.0",
"version": "0.7.0",
"description": "Logux base components to build web client",
"keywords": [
"logux",
Expand Down Expand Up @@ -122,7 +122,10 @@
"UI",
"UX",
"DevTools",
"io"
"io",
"ES",
"JSDoc",
"TypeDoc"
]
},
"sharec": {
Expand Down

0 comments on commit 7e33ffe

Please sign in to comment.