Skip to content

Commit

Permalink
chore(release): set package.json to 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2023-12-13)

### Features

* Align versions and readme ([#4](#4)) ([695fb5c](695fb5c))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 695fb5c commit ae1b919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.1.0...v1.2.0) (2023-12-13)


### Features

* Align versions and readme ([#4](https://github.com/ChainSafe/cypress-polkadot-wallet/issues/4)) ([695fb5c](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/695fb5c8762f0b4ce2e0212e5b7a35b1fd6a914a))

# [1.1.0](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.0.0...v1.1.0) (2023-12-13)

### Features
Expand Down
5 changes: 2 additions & 3 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/cypress-polkadot-wallet",
"version": "1.1.0-beta.1",
"version": "1.2.0",
"scripts": {
"dev": "cypress open",
"build": "tsc",
Expand Down Expand Up @@ -36,6 +36,5 @@
"semantic-release-yarn": "^3.0.2",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"stableVersion": "1.0.0-beta.7"
"packageManager": "[email protected]"
}

0 comments on commit ae1b919

Please sign in to comment.