Skip to content

Commit

Permalink
chore(release): 0.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.13.0](lightdash/lightdash@0.12.1...0.13.0) (2022-02-08)

### Bug Fixes

* fatal error when results are empty ([lightdash#1302](lightdash#1302)) ([10568b2](lightdash@10568b2))

### Features

* **lightdash#186:** add metric filters ([lightdash#1271](lightdash#1271)) ([df3e5dc](lightdash@df3e5dc)), closes [lightdash#186](lightdash#186)
* **lightdash#205:** add in the past filter ([lightdash#1290](lightdash#1290)) ([08c97dc](lightdash@08c97dc)), closes [lightdash#205](lightdash#205)
  • Loading branch information
semantic-release-bot committed Feb 8, 2022
1 parent 0a7e6aa commit c73255b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.13.0](https://github.com/lightdash/lightdash/compare/0.12.1...0.13.0) (2022-02-08)


### Bug Fixes

* fatal error when results are empty ([#1302](https://github.com/lightdash/lightdash/issues/1302)) ([10568b2](https://github.com/lightdash/lightdash/commit/10568b27cc723c93419dc9f49eb4b18d3af33054))


### Features

* **#186:** add metric filters ([#1271](https://github.com/lightdash/lightdash/issues/1271)) ([df3e5dc](https://github.com/lightdash/lightdash/commit/df3e5dc5794351ca4f86195a85d6006b06c0134e)), closes [#186](https://github.com/lightdash/lightdash/issues/186)
* **#205:** add in the past filter ([#1290](https://github.com/lightdash/lightdash/issues/1290)) ([08c97dc](https://github.com/lightdash/lightdash/commit/08c97dca56e7249c19beed16edf4e4a1d75d7490)), closes [#205](https://github.com/lightdash/lightdash/issues/205)

# Changelog

Recent and upcoming changes to lightdash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightdash",
"version": "0.12.1",
"version": "0.13.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.12.1",
"version": "0.13.0",
"main": "dist/index",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common",
"version": "0.12.1",
"version": "0.13.0",
"main": "dist/index",
"license": "MIT",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.12.1",
"version": "0.13.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.12.1",
"version": "0.13.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.41.0",
Expand Down

0 comments on commit c73255b

Please sign in to comment.