From 19e9a400dcf0c78f09f28cf859f70d9c0cc6e774 Mon Sep 17 00:00:00 2001 From: argshook Date: Mon, 27 Jun 2022 11:00:20 +0300 Subject: [PATCH] add changelog --- packages/web-console/CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/web-console/CHANGELOG.md diff --git a/packages/web-console/CHANGELOG.md b/packages/web-console/CHANGELOG.md new file mode 100644 index 000000000..80827bc22 --- /dev/null +++ b/packages/web-console/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to `@questdb/web-console` project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Types of changes + +* `Added` for new features. +* `Changed` for changes in existing functionality. +* `Deprecated` for soon-to-be removed features. +* `Removed` for now removed features. +* `Fixed` for any bug fixes. +* `Security` in case of vulnerabilities. + +## 0.0.2 - 2022-06-23 + +### Changed + +- add `LIMIT -10000` to telemetry query [bf1fbdb5](https://github.com/questdb/ui/commit/bf1fbdb5ef91a8111330fc8b8cea4a889ebcbca0) + +## 0.0.1 - 2022-06-10 + +### Changed + +- Code of `web-console` was extracted from [questdb core repo](https://github.com/questdb/questdb) and released for the first time on `npm` as [`@questdb/web-console`](https://www.npmjs.com/package/@questdb/web-console). No other changes were made.