Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roryoreilly committed Aug 11, 2023
1 parent f102fef commit cc29f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terra-money/terra.js",
"version": "3.1.10",
"version": "3.1.11-beta",
"description": "The JavaScript SDK for Terra",
"license": "MIT",
"author": "Terraform Labs, PTE.",
Expand Down Expand Up @@ -28,6 +28,7 @@
"node": ">=14"
},
"scripts": {
"buildBasic": "tsc --module commonjs",
"build": "tsc --module commonjs && webpack --mode production",
"test": "jest --runInBand",
"format": "prettier --check ./src/**/*.ts",
Expand Down

0 comments on commit cc29f13

Please sign in to comment.