Skip to content

Commit

Permalink
Merge pull request #48 from paritytech/nacho/bump-to-version-2.0.0
Browse files Browse the repository at this point in the history
bump version 2.0.0
  • Loading branch information
NachoPal authored Oct 2, 2022
2 parents 9878971 + 79b6452 commit 8c3f744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Under the `./examples` folder, this repository contains integration tests for th

## Set Up
### Requirements
`node v17.6.0` or higher.
- `node v17.6.0` or higher.
### Versioning
- `v2.0.0` contains breaking changes. Tests based on `^1.0.0` will stop working properly from `v2.0.0` onwards. Check the Github release for more info and how to migrate the tests.

### Installation
It can be installed to be run in two different ways:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parity/parachains-integration-tests",
"version": "1.0.3",
"version": "2.0.0",
"main": "index.js",
"author": "Ignacio Palacios Santos <ignacio.palacios.santos@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 8c3f744

Please sign in to comment.