Skip to content

Commit

Permalink
Update zq to v0.17.0 and prep v0.13.1 (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jul 10, 2020
1 parent 0670fac commit eec1768
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## v0.13.1
* Ensure left panel is open by default, even on upgrades (#918)

## v0.13.0
* Update zq to [v0.17.0](https://github.com/brimsec/zq/releases/tag/v0.17.0)
* Add a "View in context" right-click option to zoom out to unfiltered data (#894)
* Rework left panel to include Space selection and have it open by default (#903, #857, #909, #913)
* Rework left panel to include Space selection (#903, #857, #909, #913)
* "New version" notification on Linux now points to the Brim website download page (#914)

## v0.12.0
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Brim Desktop App",
"repository": "https://github.com/brimsec/brim",
"license": "BSD-3-Clause",
"version": "0.13.0",
"version": "0.13.1",
"main": "dist/js/electron/main.js",
"author": "Brim Security, Inc.",
"bin": {
Expand Down Expand Up @@ -153,7 +153,7 @@
"source-map-support": "^0.5.16",
"styled-components": "^5.1.0",
"valid-url": "^1.0.9",
"zq": "git+https://github.com/brimsec/zq.git#26d4b6617e85a6d00c71e7b216ae2bad9e4ae00a"
"zq": "git+https://github.com/brimsec/zq.git#v0.17.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.0.0",
Expand Down

0 comments on commit eec1768

Please sign in to comment.