Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#19)
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 5, 2024
1 parent 89f1501 commit d4f4792
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 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.3](https://github.com/bgd-labs/action-rpc-env/compare/v1.0.2...v1.0.3) (2024-11-05)


### Bug Fixes

* **deps-dev:** bump viem in the dependencies group ([#18](https://github.com/bgd-labs/action-rpc-env/issues/18)) ([1b79c01](https://github.com/bgd-labs/action-rpc-env/commit/1b79c01b3200fc49944ed340e5a07dc90ffe6ecd))

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


Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

14 changes: 10 additions & 4 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.2",
"version": "1.0.3",
"private": false,
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,19 +38,25 @@
"devDependencies": {
"@actions/core": "^1.11.1",
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.8.7",
"@types/node": "^22.8.6",
"lefthook": "^1.8.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"viem": "^2.21.40",
"vitest": "^2.1.4"
},
"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 d4f4792

Please sign in to comment.