Skip to content

Commit

Permalink
Bump version to v0.8.0-alpha.5
Browse files Browse the repository at this point in the history
* [skip testnet]
  • Loading branch information
FabijanC committed Sep 29, 2023
1 parent f6b8019 commit 16d0beb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion www/docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TAG_NAME>
Expand Down

0 comments on commit 16d0beb

Please sign in to comment.