Skip to content

Commit 15fa4c9

Browse files
chore(release): cut the 2.0.0 release
# [2.0.0](v1.7.0...v2.0.0) (2024-12-24) ### Bug Fixes * return support for trailing slash ([b2fa107](b2fa107)) ### Features * align ABNF grammar more with RFC 3986 ([4498f0f](4498f0f)), closes [#145](#145) * align grammar with OpenAPI specification ([fdb67cd](fdb67cd)) ### BREAKING CHANGES * drop support for query and fragment being part of path
1 parent 24ef839 commit 15fa4c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-path-templating",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"description": "OpenAPI Path Templating parser, validator and resolver.",
55
"main": "./cjs/index.cjs",
66
"types": "./types/index.d.ts",

0 commit comments

Comments
 (0)