We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746251 commit 6cec7e4Copy full SHA for 6cec7e4
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## 1.0.1
11
+
12
+- Add section to guide on how to get started streaming an event
13
14
## 1.0.0
15
16
- Update README with new design and setup information
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vuejs-events",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Source code for events.vuejs.org",
5
"main": "index.js",
6
"scripts": {
0 commit comments