Skip to content

Commit

Permalink
Add change log; Update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Dec 14, 2024
1 parent 7544041 commit eb6c542
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Changelog

## 0.2.1 - 2024-12-14
### Added
* Optional Mongo aggregate options(https://github.com/haohanyang/mongodb-datasource/pull/33)
* Query Button(https://github.com/haohanyang/mongodb-datasource/pull/35)
### Changed
* Query won't be executed automatically after focus changes. User needs to manually click buttons(https://github.com/haohanyang/mongodb-datasource/pull/35)
* UI improvement(https://github.com/haohanyang/mongodb-datasource/pull/33)

## 0.2.0 - 2024-12-06
### Added
* Enabled Grafana Alerting([67358d5c](https://github.com/haohanyang/mongodb-datasource/commit/67358d5cb1ada5571697de21016f2acf5dbc1234))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-datasource",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
Expand Down

0 comments on commit eb6c542

Please sign in to comment.