Skip to content

Commit a3e5f83

Browse files
Version 0.0.9
1 parent 61f006f commit a3e5f83

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v0.0.9](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.9) (2019-12-17)
4+
5+
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.8...v0.0.9)
6+
7+
**Fixed bugs:**
8+
9+
- Query panel in request page is broken [\#96](https://github.com/FormidableLabs/urql-devtools/issues/96)
10+
11+
**Closed issues:**
12+
13+
- Add automated release for Firefox [\#90](https://github.com/FormidableLabs/urql-devtools/issues/90)
14+
315
## [v0.0.8](https://github.com/FormidableLabs/urql-devtools/tree/v0.0.8) (2019-12-17)
416

517
[Full Changelog](https://github.com/FormidableLabs/urql-devtools/compare/v0.0.6...v0.0.8)
@@ -94,7 +106,7 @@
94106
- \(chore\) - add spectrum badge [\#54](https://github.com/FormidableLabs/urql-devtools/pull/54) ([JoviDeCroock](https://github.com/JoviDeCroock))
95107
- \(feat\) - event card animation [\#49](https://github.com/FormidableLabs/urql-devtools/pull/49) ([JoviDeCroock](https://github.com/JoviDeCroock))
96108
- \(fix\) - invalid utf-8 character in minified output [\#47](https://github.com/FormidableLabs/urql-devtools/pull/47) ([JoviDeCroock](https://github.com/JoviDeCroock))
97-
- \(fix\) - enable minification [\#46](https://github.com/FormidableLabs/urql-devtools/pull/46) ([JoviDeCroock](https://github.com/JoviDeCroock))
109+
- \(chore\) - move webpack deps to devDependencies [\#44](https://github.com/FormidableLabs/urql-devtools/pull/44) ([JoviDeCroock](https://github.com/JoviDeCroock))
98110
- \(chore\) - correct links [\#43](https://github.com/FormidableLabs/urql-devtools/pull/43) ([JoviDeCroock](https://github.com/JoviDeCroock))
99111
- \(feat\) - headers for devtools [\#42](https://github.com/FormidableLabs/urql-devtools/pull/42) ([JoviDeCroock](https://github.com/JoviDeCroock))
100112
- Update and rename docs/Development.md to CONTRIBUTING.md [\#40](https://github.com/FormidableLabs/urql-devtools/pull/40) ([kitten](https://github.com/kitten))
@@ -137,7 +149,7 @@
137149

138150
**Merged pull requests:**
139151

140-
- \(chore\) - move webpack deps to devDependencies [\#44](https://github.com/FormidableLabs/urql-devtools/pull/44) ([JoviDeCroock](https://github.com/JoviDeCroock))
152+
- \(fix\) - enable minification [\#46](https://github.com/FormidableLabs/urql-devtools/pull/46) ([JoviDeCroock](https://github.com/JoviDeCroock))
141153
- Add ignores for npm publish [\#37](https://github.com/FormidableLabs/urql-devtools/pull/37) ([andyrichardson](https://github.com/andyrichardson))
142154
- Adds auto-publishing for tags [\#33](https://github.com/FormidableLabs/urql-devtools/pull/33) ([andyrichardson](https://github.com/andyrichardson))
143155
- update dependency and remove type overrides [\#31](https://github.com/FormidableLabs/urql-devtools/pull/31) ([andyrichardson](https://github.com/andyrichardson))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/devtools-chrome-extension",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "The Urql devtools chrome extension",
55
"scripts": {
66
"start": "webpack --watch",

0 commit comments

Comments
 (0)