Skip to content

Commit

Permalink
chore(release): pull hotfix-release/v1.64.1 into main (#1209)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruchira Moitra <31311577+ruchiramoitra@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>
  • Loading branch information
3 people authored Feb 13, 2024
1 parent f723729 commit 303e3b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.64.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.64.0...v1.64.1) (2024-02-13)


### Bug Fixes

* made hidden flase for trino source ([#1208](https://github.com/rudderlabs/rudder-config-schema/issues/1208)) ([977516e](https://github.com/rudderlabs/rudder-config-schema/commit/977516e568284b88da8b06201b736c98f345777b))

## [1.64.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.63.2...v1.64.0) (2024-02-05)


Expand Down
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": "rudder-config-schema",
"version": "1.64.0",
"version": "1.64.1",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/sources/trino/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"category": "warehouse",
"displayName": "Trino",
"options": {
"hidden": true,
"hidden": false,
"syncBehaviours": ["upsert", "mirror"],
"isSqlModelSupported": true,
"isAudienceSupported": true
Expand Down

0 comments on commit 303e3b6

Please sign in to comment.