Skip to content

Commit eb6c542

Browse files
committed
Add change log; Update version to 0.2.1
1 parent 7544041 commit eb6c542

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
3+
## 0.2.1 - 2024-12-14
4+
### Added
5+
* Optional Mongo aggregate options(https://github.com/haohanyang/mongodb-datasource/pull/33)
6+
* Query Button(https://github.com/haohanyang/mongodb-datasource/pull/35)
7+
### Changed
8+
* Query won't be executed automatically after focus changes. User needs to manually click buttons(https://github.com/haohanyang/mongodb-datasource/pull/35)
9+
* UI improvement(https://github.com/haohanyang/mongodb-datasource/pull/33)
10+
211
## 0.2.0 - 2024-12-06
312
### Added
413
* Enabled Grafana Alerting([67358d5c](https://github.com/haohanyang/mongodb-datasource/commit/67358d5cb1ada5571697de21016f2acf5dbc1234))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-datasource",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"scripts": {
55
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
66
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",

0 commit comments

Comments
 (0)