Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGoberling committed Jan 24, 2024
1 parent 8b25c82 commit 8caed7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,7 @@ The manifest action definition
| --- | --- | --- |
| [version] | <code>string</code> | the manifest action version |
| function | <code>string</code> | the path to the action code |
| runtime | <code>string</code> | the runtime environment or kind in which the action executes, e.g. 'nodejs:12' |
| runtime | <code>string</code> | the runtime environment or kind in which the action executes, e.g. 'nodejs:18' |
| [main] | <code>string</code> | the entry point to the function |
| [inputs] | <code>object</code> | the list of action default parameters |
| [limits] | <code>Array.&lt;object&gt;</code> | limits for the action |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aio-lib-runtime",
"version": "6.0.0",
"version": "6.1.0",
"license": "Apache-2.0",
"main": "src/index.js",
"bugs": {
Expand Down

0 comments on commit 8caed7b

Please sign in to comment.