Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2023
1 parent 4286236 commit b487245
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-timers-sleep.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 9 additions & 3 deletions packages/marko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.29.3

### Patch Changes

- [#2005](https://github.com/marko-js/marko/pull/2005) [`4286236b0`](https://github.com/marko-js/marko/commit/4286236b0eaa3cfdbdde02f531d76fcaed3203ee) Thanks [@rturnq](https://github.com/rturnq)! - Handle errors thrown in await catch attribute

## 5.29.2

### Patch Changes
Expand Down Expand Up @@ -2725,8 +2731,8 @@ Summary of changes across all beta releases for the `4.5.0` release:
```javascript
require("marko/node-require").install({
compilerOptions: {
writeToDisk: false
}
writeToDisk: false,
},
});
```

Expand Down Expand Up @@ -3381,7 +3387,7 @@ exports.renderer = function (input, out) {

template.render(
{
tabs: tabs
tabs: tabs,
},
out
);
Expand Down
2 changes: 1 addition & 1 deletion packages/marko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko",
"version": "5.29.2",
"version": "5.29.3",
"description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
"keywords": [
"front-end",
Expand Down

0 comments on commit b487245

Please sign in to comment.