diff --git a/CHANGELOG.md b/CHANGELOG.md index f79c1cf8..b9db4069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,26 @@ # Changelog -## [2.4.3](https://github.com/FormidableLabs/urql-devtools/tree/2.4.3) (2021-03-22) +## [v2.5.0](https://github.com/FormidableLabs/urql-devtools/tree/v2.5.0) (2021-04-20) -[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.2...2.4.3) +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.3...v2.5.0) + +**Added enhancements:** + +- Update bug report template on runtime error [\#340](https://github.com/FormidableLabs/urql-devtools/issues/340) +- Add copy to clipboard functionality to code blocks [\#307](https://github.com/FormidableLabs/urql-devtools/issues/307) + +**Merged pull requests:** + +- Feature/code block copy [\#349](https://github.com/FormidableLabs/urql-devtools/pull/349) ([jmfulgham](https://github.com/jmfulgham)) +- Add Copy feature [\#348](https://github.com/FormidableLabs/urql-devtools/pull/348) ([jmfulgham](https://github.com/jmfulgham)) +- fix: Add new issue templates for electron and extension apps [\#347](https://github.com/FormidableLabs/urql-devtools/pull/347) ([ValGeorgiev](https://github.com/ValGeorgiev)) +- Bump y18n from 4.0.0 to 4.0.1 [\#344](https://github.com/FormidableLabs/urql-devtools/pull/344) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump elliptic from 6.5.3 to 6.5.4 [\#338](https://github.com/FormidableLabs/urql-devtools/pull/338) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Restructure dev docs + add RN app link [\#317](https://github.com/FormidableLabs/urql-devtools/pull/317) ([andyrichardson](https://github.com/andyrichardson)) + +## [v2.4.3](https://github.com/FormidableLabs/urql-devtools/tree/v2.4.3) (2021-03-22) + +[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v2.4.2...v2.4.3) **Fixed bugs:** diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index afc85b4d..ade08087 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -107,7 +107,7 @@ Set the version attribute in the _package.json_ > Note: This step requires docker ``` -yarn changelog --future-release [release version] --token [your github oauth token] +yarn changelog --future-release v0.0.0[release number] --token [your github oauth token] ``` #### 3. Push/merge new version to master diff --git a/package.json b/package.json index 45249206..99d2be5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-devtools", - "version": "2.4.3", + "version": "2.5.0", "description": "The official devtools utility for urql", "homepage": "https://www.github.com/FormidableLabs/urql-devtools", "bugs": {