We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf1f59 commit 3704921Copy full SHA for 3704921
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+<a name="v2.3.2"></a>
5
+## [v2.3.2](https://github.com/rubensworks/jsonld-context-parser.js/compare/v2.3.1...v2.3.2) - 2023-10-11
6
+
7
+### Fixed
8
+* [Fix incorrect handling of protected prefixes](https://github.com/rubensworks/jsonld-context-parser.js/commit/2cf1f59acc6bbbedbb74cc13f4b2c643e560839b)
9
10
<a name="v2.3.1"></a>
11
## [v2.3.1](https://github.com/rubensworks/jsonld-context-parser.js/compare/v2.3.0...v2.3.1) - 2023-09-26
12
package.json
@@ -1,6 +1,6 @@
{
"name": "jsonld-context-parser",
- "version": "2.3.1",
+ "version": "2.3.2",
"description": "Parses JSON-LD contexts",
"keywords": [
"json",
0 commit comments