Skip to content

Commit 479910d

Browse files
chore(release): cut the 3.0.0 release
# [3.0.0](v2.10.2...v3.0.0) (2026-01-23) ### Features * **evaluate:** divide realms into core and contrib ([#186](#186)) ([3292bc2](3292bc2)), closes [#65](#65) [#33](#33) * **evaluate:** emit parse error on invalid JSONPointer ([#185](#185)) ([2e46b8f](2e46b8f)) ### BREAKING CHANGES * **evaluate:** only json and map-set realms and still part of the package. apidom, minim and immutable are no longer part of npm distributions but live in contrib directory in the GitHub repo. * **evaluate:** evalute can now throw either JSONPointerParseError or busclasses of JSONPointerEvaluateError.
1 parent c185723 commit 479910d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "2.10.2",
6+
"version": "3.0.0",
77
"description": "RCF 6901 implementation of JSON Pointer",
88
"unpkg": "./dist/json-pointer.browser.min.js",
99
"jsdelivr": "./dist/json-pointer.browser.min.js",

0 commit comments

Comments
 (0)