Skip to content

Commit

Permalink
chore: release 1.1.2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-github-rudderstack authored Sep 24, 2024
1 parent 12fc9a5 commit 79dc7d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/rudderlabs/rudder-transformation-action/compare/v1.1.1...v1.1.2) (2024-09-24)


### Bug Fixes

* add testing code to the transformation action ([#29](https://github.com/rudderlabs/rudder-transformation-action/issues/29)) ([12fc9a5](https://github.com/rudderlabs/rudder-transformation-action/commit/12fc9a56553e3515252084b1bcabd432e294812b))

## [1.1.1](https://github.com/rudderlabs/rudder-transformation-action/compare/1.1.0...v1.1.1) (2024-09-23)


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-action",
"version": "1.1.1",
"version": "1.1.2",
"description": "This Github Action allows developers to test and publish user transformations and libraries directly from their development repository",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 79dc7d3

Please sign in to comment.