Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-kings-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-roses-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-guests-play.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# cdn-cache-control

## 1.2.0

### Minor Changes

- e050a7e: Adds support for Vercel, Akamai and Cloudflare headers
- e050a7e: Adds support for setting CDN via constructor argument

### Patch Changes

- e050a7e: Fix detection on Netlify

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdn-cache-control",
"version": "1.1.0",
"version": "1.2.0",
"description": "Easy, opinionated CDN cache header handling",
"homepage": "https://github.com/ascorbic/cdn-cache-control",
"repository": "ascorbic/cdn-cache-control",
Expand Down