Skip to content

Commit cb084b3

Browse files
ci: release
1 parent 3c53faa commit cb084b3

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.changeset/new-cherries-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# cdn-cache-control
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 3c53faa: Fixes to types
8+
39
## 1.3.0
410

511
### Minor Changes

jsr.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "@ascorbic/cdn-cache-control",
3-
"version": "1.3.0",
4-
"exports": "./src/index.ts",
5-
"license": "MIT",
6-
"publish": {
7-
"include": [
8-
"README.md",
9-
"src/index.ts"
10-
]
11-
}
12-
}
2+
"name": "@ascorbic/cdn-cache-control",
3+
"version": "1.3.1",
4+
"exports": "./src/index.ts",
5+
"license": "MIT",
6+
"publish": {
7+
"include": [
8+
"README.md",
9+
"src/index.ts"
10+
]
11+
}
12+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdn-cache-control",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Easy, opinionated CDN cache header handling",
55
"homepage": "https://github.com/ascorbic/cdn-cache-control",
66
"repository": "ascorbic/cdn-cache-control",

0 commit comments

Comments
 (0)