Skip to content

Commit

Permalink
[ci] release (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 16, 2025
1 parent c03efd5 commit 2a39fe2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-lions-run.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.39.4",
"@marko/run": "^0.5.14",
"@marko/run": "^0.5.15",
"@marko/run-adapter-netlify": "^0.1.9",
"@types/compression": "^1.7.5",
"@types/express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.39.3",
"@marko/run": "^0.5.14",
"@marko/run": "^0.5.15",
"@marko/run-adapter-node": "^0.1",
"@types/node": "^22.9.1",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@marko/compiler": "^5.39.4",
"@marko/run": "^0.5.14",
"@marko/run": "^0.5.15",
"@marko/run-adapter-static": "^0.2.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.1",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @marko/run

## 0.5.15

### Patch Changes

- c03efd5: Support PATCH, OPTIONS and HEAD http methods

## 0.5.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marko/run",
"version": "0.5.14",
"version": "0.5.15",
"description": "The Marko application framework.",
"keywords": [
"marko"
Expand Down

0 comments on commit 2a39fe2

Please sign in to comment.