Skip to content

Commit

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

### Features

* Readme and Licence ([#3](#3)) ([f4221da](f4221da))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent f4221da commit 9ad2769
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.1.0](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.0.0...v1.1.0) (2023-12-13)


### Features

* Readme and Licence ([#3](https://github.com/ChainSafe/cypress-polkadot-wallet/issues/3)) ([f4221da](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/f4221da7fde09ea3e9109d1eec23455c1a9ac287))

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


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.0.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 9ad2769

Please sign in to comment.