Skip to content

Commit 2a39fe2

Browse files
[ci] release (#106)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c03efd5 commit 2a39fe2

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

.changeset/short-lions-run.md

-5
This file was deleted.

examples/netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@marko/compiler": "^5.39.4",
16-
"@marko/run": "^0.5.14",
16+
"@marko/run": "^0.5.15",
1717
"@marko/run-adapter-netlify": "^0.1.9",
1818
"@types/compression": "^1.7.5",
1919
"@types/express": "^5.0.0",

examples/node-express/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@marko/compiler": "^5.39.3",
18-
"@marko/run": "^0.5.14",
18+
"@marko/run": "^0.5.15",
1919
"@marko/run-adapter-node": "^0.1",
2020
"@types/node": "^22.9.1",
2121
"prettier": "^3.3.3",

examples/static/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@marko/compiler": "^5.39.4",
16-
"@marko/run": "^0.5.14",
16+
"@marko/run": "^0.5.15",
1717
"@marko/run-adapter-static": "^0.2.1",
1818
"@types/mocha": "^10.0.10",
1919
"@types/node": "^22.9.1",

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/run/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @marko/run
22

3+
## 0.5.15
4+
5+
### Patch Changes
6+
7+
- c03efd5: Support PATCH, OPTIONS and HEAD http methods
8+
39
## 0.5.14
410

511
### Patch Changes

packages/run/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/run",
3-
"version": "0.5.14",
3+
"version": "0.5.15",
44
"description": "The Marko application framework.",
55
"keywords": [
66
"marko"

0 commit comments

Comments
 (0)