Skip to content

Commit

Permalink
chore: release 1.1.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-github-rudderstack authored Sep 23, 2024
1 parent cb4a2db commit fa75ca1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

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


### Bug Fixes

* adding workflows for the repository ([#30](https://github.com/rudderlabs/rudder-transformation-action/issues/30)) ([cb4a2db](https://github.com/rudderlabs/rudder-transformation-action/commit/cb4a2dbaf2118594c1c5f7cf799a6c832638bb49))
* package.json & package-lock.json to reduce vulnerabilities ([#15](https://github.com/rudderlabs/rudder-transformation-action/issues/15)) ([5b5557a](https://github.com/rudderlabs/rudder-transformation-action/commit/5b5557a37d93f0438a44d8f6612512df75ce6670))
* package.json & package-lock.json to reduce vulnerabilities ([#24](https://github.com/rudderlabs/rudder-transformation-action/issues/24)) ([ae0801b](https://github.com/rudderlabs/rudder-transformation-action/commit/ae0801b2bf7ef1ab871b7f25db04416ffbc1340f))
* upgrade @actions/artifact from 1.1.1 to 1.1.2 ([#13](https://github.com/rudderlabs/rudder-transformation-action/issues/13)) ([b84eb5d](https://github.com/rudderlabs/rudder-transformation-action/commit/b84eb5d577f93a6b8dc99d9f3c0770727ef92cf8))
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.0",
"version": "1.1.1",
"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 fa75ca1

Please sign in to comment.