From 16d0beb19ac65abf64f88b1293f05b7250f3cddf Mon Sep 17 00:00:00 2001 From: FabijanC Date: Fri, 29 Sep 2023 09:39:19 +0200 Subject: [PATCH] Bump version to v0.8.0-alpha.5 * [skip testnet] --- package-lock.json | 4 ++-- package.json | 2 +- www/docs/dev.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 806d9ec7..efcc4b76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shardlabs/starknet-hardhat-plugin", - "version": "0.8.0-alpha.4", + "version": "0.8.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shardlabs/starknet-hardhat-plugin", - "version": "0.8.0-alpha.4", + "version": "0.8.0-alpha.5", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 3c5ce776..260e4219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shardlabs/starknet-hardhat-plugin", - "version": "0.8.0-alpha.4", + "version": "0.8.0-alpha.5", "description": "Plugin for using Starknet tools within Hardhat projects", "main": "dist/src/index.js", "files": [ diff --git a/www/docs/dev.md b/www/docs/dev.md index d88309d3..4b575039 100644 --- a/www/docs/dev.md +++ b/www/docs/dev.md @@ -170,7 +170,7 @@ If for whatever reason the publishing workflow in CI/CD cannot be executed, the Apart from [npm](https://www.npmjs.com/package/@shardlabs/starknet-hardhat-plugin?activeTab=versions), releases are also tracked on [GitHub](https://github.com/0xSpaceShard/starknet-hardhat-plugin/releases) with [git tags](https://github.com/0xSpaceShard/starknet-hardhat-plugin/tags). Notice the prepended `v` in tag names. -After the npm package is released and the tag is pushed: +After the npm package is released and the tag is pushed with: ```bash $ git push origin