Skip to content

Commit

Permalink
chore(release): pull hotfix-release/v1.45.3 into main (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
chandumlg authored Oct 17, 2023
2 parents 9aa28c0 + 351401b commit c9e8bdb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.45.3](https://github.com/rudderlabs/rudder-transformer/compare/v1.45.2...v1.45.3) (2023-10-17)


### Bug Fixes

* ut metadata map ts type ([c8d3882](https://github.com/rudderlabs/rudder-transformer/commit/c8d3882baccc57d7b892c55ff9811c951afb5ec6))

### [1.45.2](https://github.com/rudderlabs/rudder-transformer/compare/v1.45.1...v1.45.2) (2023-10-17)


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-transformer",
"version": "1.45.2",
"version": "1.45.3",
"description": "",
"homepage": "https://github.com/rudderlabs/rudder-transformer#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ type Metadata = {
transformationId: string;
};

type MessageIdMetadataMap {
type MessageIdMetadataMap = {
[key: string]: Metadata;
}
};

type UserTransformationInput = {
VersionID: string;
Expand Down

0 comments on commit c9e8bdb

Please sign in to comment.