Skip to content

Commit

Permalink
bump to (#131)
Browse files Browse the repository at this point in the history
add built-in filters:

```
decode: {{ "base64: SGVsbG8gV29ybGQ=" | decode }} # Hello World
getTimestamp: {{ "" | getTimestamp }} # "2024-08-28T10:57:52.063Z"
encode: {{ "Hello World" | encode }} # base64: SGVsbG8gV29ybGQ=
```

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user committed Aug 28, 2024
1 parent 052f7f3 commit 5891168
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@linearb/gitstream-core": "2.1.44"
"@linearb/gitstream-core": "2.1.46"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit 5891168

Please sign in to comment.