Skip to content

Commit

Permalink
Prep v11.3 npm release (#92)
Browse files Browse the repository at this point in the history
* NPM release: Bundling new phobos registry

* test fix
  • Loading branch information
grod220 authored Sep 20, 2024
1 parent 2b99b47 commit 964fe8b
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 379 deletions.
6 changes: 6 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-labs/registry

## 11.3.0

### Minor Changes

- Bundling new phobos registries

## 11.2.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "11.2.0",
"version": "11.3.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -22,14 +22,14 @@
"@eslint/js": "^9.10.0",
"@penumbra-zone/protobuf": "^6.0.0",
"eslint": "^9.10.0",
"fetch-mock": "^11.1.3",
"fetch-mock": "^11.1.4",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6",
"vite-plugin-dts": "^4.2.1",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 964fe8b

Please sign in to comment.