diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a1161..01c2647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [1.1.0-beta.1](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.0.0...v1.1.0-beta.1) (2023-12-13) + + +### Bug Fixes + +* build target ([5f5cff6](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/5f5cff6278f5b021a466d3f82ffb001010c3e936)) +* build target bis ([48f1166](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/48f11661b588c58d6970bb89affe3af255ee7a23)) +* docs ([bf4b026](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/bf4b02628b28b4299ebfbb4dcd8ebcde7f4276a6)) +* fiddling ([76c996f](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/76c996ff09ece4062d76a131224207bf005a3b79)) +* module commonJs ([794237a](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/794237ac7f1f74727910efc1a48beded4b42fbc3)) +* module commonJs ([98cb174](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/98cb174723e8a9eb4ca867f98b8c11449e7534b7)) +* refactor ([323b312](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/323b31202db131c33ccffbea03d9b03c510dbc37)) +* unignore dist ([ce8dfcb](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/ce8dfcbca1d39faf6df69ebd466d299d15c35cc9)) + + +### Features + +* bump ([0c1cc7c](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/0c1cc7c848b001247d60346abb6d141d72a79e39)) +* bump package.json ([1bba2c4](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/1bba2c45548d66775e1e0cf820914fd7787ac0b5)) +* licence ([016fedf](https://github.com/ChainSafe/cypress-polkadot-wallet/commit/016fedff2aa9bfdd58cef751c226f7c2bd7fe720)) + # [1.0.0-beta.12](https://github.com/ChainSafe/cypress-polkadot-wallet/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-12-13) ### Bug Fixes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 9745d5d..72a146d 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/cypress-polkadot-wallet", - "version": "1.0.0-beta.7", + "version": "1.1.0-beta.1", "scripts": { "dev": "cypress open", "build": "tsc", @@ -23,6 +23,8 @@ "@polkadot/util-crypto": "^12.6.1" }, "devDependencies": { + "@semantic-release/changelog": "^6.0.3", + "@semantic-release/git": "^10.0.1", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "cypress": "^13.6.1", @@ -31,7 +33,9 @@ "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-prettier": "^5.0.1", "prettier": "^3.1.1", + "semantic-release-yarn": "^3.0.2", "typescript": "^5.3.3" }, - "packageManager": "yarn@4.0.2" + "packageManager": "yarn@4.0.2", + "stableVersion": "1.0.0-beta.7" }