File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2020-08-11
11+
12+ ### Changed
13+
14+ - No code changes, but via dependency updates (in ` sirv ` ) all files served by ` mini-sync ` will now receive a ` no-cache ` Cache Control header.
15+
1016## [ 0.2.0] - 2020-05-13
1117
1218### Added
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > mini-sync example file</ title >
7+ < link rel ="stylesheet " href ="style.css " />
78 </ head >
89 < body >
910 A quick example of the client side script!
Original file line number Diff line number Diff line change 1+ body {
2+ background-color : paleturquoise;
3+ }
You can’t perform that action at this time.
0 commit comments