We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a3b45 commit d1fc52eCopy full SHA for d1fc52e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 0.2.0
5
+ * Added event titles and subtitles.
6
+ * More details in the event data.
7
+ * Grouping subscriptions.
8
+
9
## 0.1.0
10
* Initial release.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logux/vue-devtools",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Vue devtools plugin for debugging Logux applications",
"keywords": [
"logux",
0 commit comments