Skip to content

Commit 4bd4477

Browse files
committed
Update CHANGELOG
1 parent 4ba611c commit 4bd4477

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

example/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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!

example/src/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
background-color: paleturquoise;
3+
}

0 commit comments

Comments
 (0)