We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b7f8b commit 94553a2Copy full SHA for 94553a2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.42.8](https://github.com/ForestAdmin/context/compare/v1.42.7...v1.42.8) (2024-11-22)
2
+
3
4
+### Bug Fixes
5
6
+* **security:** patch micromatch dependency vulnerabilities ([#83](https://github.com/ForestAdmin/context/issues/83)) ([d7b7f8b](https://github.com/ForestAdmin/context/commit/d7b7f8b5a6884b8e81eda660e4ffa65d0c5bb6f2))
7
8
## [1.42.7](https://github.com/ForestAdmin/context/compare/v1.42.6...v1.42.7) (2024-10-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/context",
- "version": "1.42.7",
+ "version": "1.42.8",
"description": "Minimal context management helper for applications and libraries.",
"main": "src/index.js",
"publishConfig": {
0 commit comments