diff --git a/CHANGELOG.md b/CHANGELOG.md index 454b835..7899254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.2.2 + +([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.1...61c99c34b8de4ff8f0ac0da4b1af50e774cd543a)) + +### Enhancements made + +- Allow to filter sheet and rule benchmarks to only include some rules [#50](https://github.com/jupyterlab/ui-profiler/pull/50) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/ui-profiler/graphs/contributors?from=2023-04-30&to=2023-05-01&type=c)) + +[@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-04-30..2023-05-01&type=Issues) + + + ## 0.2.1 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.2.0...308598c8f2f2c344fee6d9ccffd1c379f8b8ecbc)) @@ -20,8 +36,6 @@ [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Agithub-actions+updated%3A2023-04-23..2023-04-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fui-profiler+involves%3Akrassowski+updated%3A2023-04-23..2023-04-30&type=Issues) - - ## 0.2.0 ([Full Changelog](https://github.com/jupyterlab/ui-profiler/compare/v0.1.8...3c4d2c8f2f80ba5e81c16b1dea2b77d76c209766)) diff --git a/package.json b/package.json index 698bc19..6eee63d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-profiler", - "version": "0.2.1", + "version": "0.2.2", "description": "JupyterLab extension for profiling UI performance", "keywords": [ "jupyter",