Skip to content

Commit 0520d90

Browse files
author
pooya parsa
committed
chore(release): 1.0.0
1 parent 68ea10e commit 0520d90

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/nuxt/loading-screen/compare/v0.5.2...v1.0.0) (2019-08-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* /ws endpoint changed to /sse
11+
12+
### Bug Fixes
13+
14+
* missing underscore in reloading var ([#22](https://github.com/nuxt/loading-screen/issues/22)) ([3295e15](https://github.com/nuxt/loading-screen/commit/3295e15))
15+
16+
17+
### Features
18+
19+
* switch from WebSocket to EventSource ([#34](https://github.com/nuxt/loading-screen/issues/34)) ([68ea10e](https://github.com/nuxt/loading-screen/commit/68ea10e))
20+
521
## [0.5.2](https://github.com/nuxt/loading-screen/compare/v0.5.1...v0.5.2) (2019-05-01)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/loading-screen",
3-
"version": "0.5.2",
3+
"version": "1.0.0",
44
"repository": "nuxt/loading-screen",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)