Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Oct 12, 2023
1 parent c7c2964 commit 77caba6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## `v0.0.35`

### Features

- Added the `cosmes/registry` package with the following additions:
- APIs to dynamically query for data in Chain Registry
- Util function to transform Chain Registry data to Keplr's chain info

### Miscellaneous

- The `toBaseAccount` utility can now handle all vesting account types

## `v0.0.34`

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A tree-shakeable, framework agnostic, [pure ESM](https://gist.github.com/sindres

- **Fully tree-shakeable**: import and bundle only the modules you need
- **Framework agnostic**: integrate with any web framework (React, Vue, Svelte, etc.)
- **Lightweight and minimal**: 143 KB gzipped to connect a React app to Keplr via browser extension or WalletConnect (see [benchmarks](#benchmarks))
- **Lightweight and minimal**: 144 KB gzipped to connect a React app to Keplr via browser extension or WalletConnect (see [benchmarks](#benchmarks))
- **Uses modern web APIs**: no dependencies on Node.js and minimal dependencies on third-party libraries where possible
- **Supports modern bundlers**: works with Vite, SWC, Rollup, etc.
- **Fully typed**: written in TypeScript and ships with type definitions
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": "cosmes",
"version": "0.0.34",
"version": "0.0.35",
"private": false,
"packageManager": "pnpm@8.3.0",
"sideEffects": false,
Expand Down

0 comments on commit 77caba6

Please sign in to comment.