Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#10)
Browse files Browse the repository at this point in the history
* ci: 🐛 Create release-please PRs as draft

Signed-off-by: Jonas Strassel <[email protected]>

* chore(main): release 1.0.0

---------

Signed-off-by: Jonas Strassel <[email protected]>
Co-authored-by: Jonas Strassel <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and boredland authored Nov 1, 2024
1 parent be48840 commit 01104d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-11-01)


### Features

* :art: Initialize the rpc-env action ([79f0fc8](https://github.com/bgd-labs/action-rpc-env/commit/79f0fc89f7d28364e3e8328f5516ea28c415a755))
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@
"vitest": "^2.1.3"
},
"tsup": {
"entry": ["src/action.ts", "src/lib.ts"],
"entry": [
"src/action.ts",
"src/lib.ts"
],
"splitting": false,
"sourcemap": false,
"clean": true,
"dts": true,
"format": ["esm", "cjs"]
"format": [
"esm",
"cjs"
]
}
}

0 comments on commit 01104d7

Please sign in to comment.