Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/js-logger": "5.0.0",
"packages/read-pkg": "2.0.0",
"packages/openapi-express-viewer": "4.1.0",
"packages/openapi-helpers": "5.1.0",
"packages/openapi-helpers": "6.0.0",
"packages/semantic-conventions": "1.0.0",
"packages/tracing": "1.0.0",
"packages/tracing-utils": "1.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/openapi-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [6.0.0](https://github.com/MapColonies/infra-packages/compare/openapi-helpers-v5.1.0...openapi-helpers-v6.0.0) (2026-06-04)


### ⚠ BREAKING CHANGES

* **eslint-config:** added unicorn rules ([#130](https://github.com/MapColonies/infra-packages/issues/130))

### πŸŽ‰ Features

* **eslint-config:** added unicorn rules ([#130](https://github.com/MapColonies/infra-packages/issues/130)) ([b474787](https://github.com/MapColonies/infra-packages/commit/b474787ebefaddc521c56d2d775632d6c15d275c))


### πŸ”— Dependencies

* **openapi-helpers:** update dependency @commander-js/extra-typings to v15 ([#207](https://github.com/MapColonies/infra-packages/issues/207)) ([f2b15a1](https://github.com/MapColonies/infra-packages/commit/f2b15a1027318431055859892fdb08145696d3cd))
* **openapi-helpers:** update dependency commander to v15 ([#208](https://github.com/MapColonies/infra-packages/issues/208)) ([39da189](https://github.com/MapColonies/infra-packages/commit/39da18979f07a8eaa90cda22c549287ab42f68e9))

## [5.1.0](https://github.com/MapColonies/infra-packages/compare/openapi-helpers-v5.0.0...openapi-helpers-v5.1.0) (2026-01-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@map-colonies/openapi-helpers",
"version": "5.1.0",
"version": "6.0.0",
"description": "A package that provides utilities for working with openapi files",
"type": "commonjs",
"exports": {
Expand Down
Loading