Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.0 alpha.4 #221

Merged
merged 2 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in [TypeScript](https://www.typescriptlang.org).
**Versions**

- [0.1.17](https://www.npmjs.com/package/quais/v/0.1.17): Full support for Quai Network's Iron Age Testnet.
- [1.0.0-alpha](https://www.npmjs.com/package/quais/v/1.0.0-alpha.3): Full support for Quai Network's Golden Age Testnet.
- [1.0.0-alpha](https://www.npmjs.com/package/quais/v/1.0.0-alpha.4): Full support for Quai Network's Golden Age Testnet.

## Keep Updated

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dotenv": "^16.4.1",
"google-protobuf": "^3.21.2",
"tslib": "^2.6.2",
"ws": "8.5.0"
"ws": "^8.17.1"
},
"description": "A complete and compact Quai library, for dapps, wallets and any other tools.",
"devDependencies": {
Expand Down Expand Up @@ -143,7 +143,7 @@
"format": "prettier --write src/**/*.ts"
},
"sideEffects": false,
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion src/_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @ignore
*/
export const version: string = '1.0.0-alpha.3';
export const version: string = '1.0.0-alpha.4';
Loading