Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 1, 2024
1 parent a74bf2c commit 1b4b76b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/bgd-labs/action-rpc-env/compare/v1.0.1...v1.0.2) (2024-11-01)


### Bug Fixes

* 📢 publish with public access ([a74bf2c](https://github.com/bgd-labs/action-rpc-env/commit/a74bf2cb6e54352d0ba821fbf187472bd9be0a08))

## [1.0.1](https://github.com/bgd-labs/action-rpc-env/compare/v1.0.0...v1.0.1) (2024-11-01)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bgd-labs/rpc-env",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,11 +46,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 1b4b76b

Please sign in to comment.