We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cf308 commit 63cb401Copy full SHA for 63cb401
.changeset/thin-carpets-fix/changes.json
.changeset/thin-carpets-fix/changes.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# better-ajv-errors
2
3
+## 0.8.1
4
+
5
+### Patch Changes
6
7
+- 25cf308: :fire_engine: Bump `jsonpointer` - CVE-2021-23807
8
9
## 0.8.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "better-ajv-errors",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "JSON Schema validation for Human",
"repository": "atlassian/better-ajv-errors",
"main": "index.js",
@@ -76,4 +76,4 @@
76
"<rootDir>/src/**/__tests__/**/*.js"
77
]
78
}
79
-}
+}
0 commit comments