diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..2328f3c90f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## [1.5.0](https://github.com/paritytech/polkadot-staking-dashboard/compare/v1.4.4...v1.5.0) (2024-06-12) + + +### Features + +* **refactor:** Remove pre-paged rewards code (part 1) ([#2101](https://github.com/paritytech/polkadot-staking-dashboard/issues/2101)) ([6fa02f9](https://github.com/paritytech/polkadot-staking-dashboard/commit/6fa02f9d394930d6f339d46dfc227fc0c70795ad)) +* **refactor:** Tidy up `TxMeta` context ([#2130](https://github.com/paritytech/polkadot-staking-dashboard/issues/2130)) ([95468bf](https://github.com/paritytech/polkadot-staking-dashboard/commit/95468bfcee68759560d5ea46b399d7c1756c3eaf)) +* **refactor:** Use `@w3ux/types` types ([#2156](https://github.com/paritytech/polkadot-staking-dashboard/issues/2156)) ([6db115a](https://github.com/paritytech/polkadot-staking-dashboard/commit/6db115a317b1ab3a8eb67e2c0cd08302af8da512)) diff --git a/package.json b/package.json index 36ac1a79b5..ab6ed74851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-staking-dashboard", - "version": "1.4.4", + "version": "1.5.0", "type": "module", "license": "GPL-3.0-only", "scripts": {