Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

Commit 6f1c539

Browse files
author
Carson Aberle
committed
chore(release): 1.0.35
1 parent 7dc3ec7 commit 6f1c539

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.0.35](https://github.com/sei-protocol/js-core/compare/v1.0.34...v1.0.35) (2022-10-25)
6+
57
### [1.0.34](https://github.com/sei-protocol/js-core/compare/v1.0.33...v1.0.34) (2022-10-20)
68

79
### [1.0.33](https://github.com/sei-protocol/js-core/compare/v1.0.32...v1.0.33) (2022-10-19)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@sei-js/core",
3-
"version": "1.0.34",
3+
"version": "1.0.35",
44
"description": "A javascript library for Sei.",
5-
"main": "./lib/index.js",
6-
"types": "./lib/index.d.ts",
5+
"main": "./index.js",
6+
"types": "./index.d.ts",
77
"scripts": {
88
"deploy": "cd lib && npm publish --access public",
99
"predeploy": "yarn build && cp package.json lib && cp README.md lib",

0 commit comments

Comments
 (0)