Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hardworker-bot committed Oct 29, 2024
1 parent a48ae95 commit 3b7cff6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions controlplane/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.113.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.113.0) (2024-10-29)

### Features

* **perf:** improve graph composition queries ([#1319](https://github.com/wundergraph/cosmo/issues/1319)) ([646650d](https://github.com/wundergraph/cosmo/commit/646650d431c560071475452ff12eced14703f0d6)) (@StarpTech)

# [0.112.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.112.0) (2024-10-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion controlplane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "controlplane",
"version": "0.112.0",
"version": "0.113.0",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.133.1](https://github.com/wundergraph/cosmo/compare/[email protected]@0.133.1) (2024-10-29)

### Bug Fixes

* **access-logs:** default value is not respected without value_from ([#1320](https://github.com/wundergraph/cosmo/issues/1320)) ([a48ae95](https://github.com/wundergraph/cosmo/commit/a48ae952c81a9ad673ee12a8b84edab268d91878)) (@StarpTech)

# [0.133.0](https://github.com/wundergraph/cosmo/compare/[email protected]@0.133.0) (2024-10-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router",
"version": "0.133.0",
"version": "0.133.1",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down

0 comments on commit 3b7cff6

Please sign in to comment.