Skip to content

Commit e897cb9

Browse files
committed
Cut release 0.5.0
1 parent c1cc4f8 commit e897cb9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# Changelog
22

3-
## v0.3.0
3+
## v0.5.0
44

5+
- Enable propagation of user warnings again
56
- Reflect move to "panodata" organization on GitHub
7+
- Integrate "with-toolkit" by [Ryan McKinley](https://github.com/ryantxu). Thanks a bunch!
8+
9+
## v0.4.0
10+
11+
- Release has already been taken
12+
13+
14+
## v0.3.0
15+
616
- Fixes error handling that made everything disappear in edit mode, [#213](https://github.com/grafana/worldmap-panel/issues/213)
717
- Fixes partial (not full height) map on first render [#212](https://github.com/grafana/worldmap-panel/issues/212)
818
- Add new mapping options `table+json` and `table+jsonp` to retrieve

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "worldmap-panel",
3-
"version": "0.3.0",
3+
"version": "0.5.0",
44
"description": "Worldmap Panel Plugin for Grafana",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)