Skip to content

Commit

Permalink
chore(release): cut the 2.0.0 release
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent 24ef839 commit 15fa4c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-path-templating",
"version": "1.7.0",
"version": "2.0.0",
"description": "OpenAPI Path Templating parser, validator and resolver.",
"main": "./cjs/index.cjs",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 15fa4c9

Please sign in to comment.